Condition logic with Rest Api #16178
Unanswered
BouzidBoub
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a REST API call, and I want to set up conditional logic so that if the API response is not empty, the workflow proceeds. If the response is empty (i.e., it returns {}), the process should stop and display an error notification. I’ve tried different approaches using the API query results, but none have worked as expected.
Beta Was this translation helpful? Give feedback.
All reactions