Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-26-2022 11:22 AM
I need to get the response from the body of "SUCCESS" or "FAILURE" so I can use the conditions to allow for split actions.
This is what we have so far. It gives a response if communication fails, but I want a response when the transaction fails.
Here is the output log:
Solved! Go to Solution.
Labels:
- Labels:
-
Scripting and Coding
1 ACCEPTED SOLUTION
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-30-2022 08:53 AM
Here is the solution to my scenario:
I needed to use .includes to capture the "success" or "failure" response from the responseBody.
5 REPLIES 5
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-30-2022 08:53 AM