- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2023 06:14 PM
Hi All,
I created a REST message for the GET call and tested it with mutual authentication. Mutual authentication is working fine.
I created Flow, Subflow, and action. In that action, I am trying with REST step. But REST Step does not support mutual authentication. (It only supports inline or connection alias)Has anybody implemented REST step or script step with mutual authentication? I have to execute the REST GET method and parse it (JSON)
Thanks
Ra
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2023 08:00 PM
Hi John,
you added code for REST Post call. Is it the same for REST GET method?
Thanks
Ra

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2023 08:51 PM
You can use Script steps of Flow action following steps below:
step 1- Copy script from REST message
Step 2 - Create Flow action and then add "Script Steps". Paste the pre-copied script (step 1) into Script section blow and make proper changes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2023 09:11 AM
Hi John,
Thanks for your response. Can I use JSON parser step as the next step? HOW to send values (payload)into output.
Thanks
Ra

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2023 04:54 PM
You can use JSON parser (see my code blow). You can define output variable to hold your returned payload.
If you like my solution, please mark my answer is Right Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2023 08:00 PM
Hi John,
you added code for REST Post call. Is it the same for REST GET method?
Thanks
Ra