Using API schedule "key" as a condition doesn't work?

Hi- I’m setting up a condition for when to run a backend API workflow on Stripe FX. The condition uses the key (“local_currency”) as part of the set up.

I set up the condition as if local_currency contains “usd,” do not run the api. However, it doesn’t seem to be preventing the API call, and i’m not sure where I did wrong.



Try doing a case insensitive comparison, e.g. by applying a :lowercase operator to Local_currency

Solved it- I needed to add a parameter for the “Servicelist”


that fixes it; thanks!

A follow-up question: I think my “thing to change” field is incorrect. I want it to iterate on the specific item that is being run on vs. first item. How would I set it up?

This topic was automatically closed after 70 days. New replies are no longer allowed.