Need to check string in API response within the same task #458
Unanswered
Narsimha1997
asked this question in
Q&A
Replies: 1 comment
-
Hi @Narsimha1997 👋 I think one possible way is using precondition and output to have a branch in the workflow. Hope that helps! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
iam having one task in that iam calling POST request and i need to update the task based on the output by checking the specific string like success or failure in the API response, so how can i do this operation within the single task.
please any one suggest this..
Beta Was this translation helpful? Give feedback.
All reactions