Hi Everyone,
How to NOT run an IF condition with both statements at the same time?
Wondering how can I make the flow of an IF condition, of FALSE running first and then only after this, I run the TRUE statement? Both statements communicate with the same endpoint, but I need to perform this in order not to hit the rate limit request!
Any good advice? Thank you very much.