flow / integration, status problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2024 10:34 PM
Hello,
I have question regarding status which are want to used inside my flow.
we sent payload to integrated system and it looks like we received response message frome them.
I can see 3 statuses into the action - action status, step status (those as I know are generated into the flow and inform me if action or step was done with success) and last status is a "Status Code"
I want to use Status Code value in next row but I can't see it on data pills . only action status is available from this step. How to get Status Code? perhaps I should crete new flow variable and get it via script but how to catch status code via script? something like flow_variable = f_data.Status_Code?