IF condition in Pabbly
Status: Closed · Asked by gjpab on · 0 views
I'm looking to have a simple IF condition to check in a workflow whether a particular step has no input coming from a form field and ignore processing the step if it is indeed empty as that step would cost £ for the API call - for that reason I need to prevent empty calls from being made.
Anyone aware of a solution for this problem. TIA.
Hey @gjpab
Regarding your concern, we would recommend you use the Router action step to achieve the If Else condition in your automation.
Thanks for the suggestion. (y)