Flow Designer - How can I access Soap request body using script from a SOAP step?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-25-2022 08:34 AM
I have a soap step configured in the Flow designer. How can I access the request body once the flow is executed?
- Labels:
-
Integrations

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-26-2022 12:35 AM
Hi Amala,
Not sure about the question.
Following Now Support has information on using SOAP step. Response Body should be available in the Data pill of the SOAP step. If request body is necessary, should define and set it to the Output variable.
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0852539
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-14-2022 04:09 AM
Were you able to find the solution to this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-14-2022 11:59 AM
I passed the request body using an input variable and then accessed it after flow execution.