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.
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?