How to call and execute existing REST Message/HTTP Method from Script Action Step in Flow Designer?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2022 02:10 AM
I created a REST Message and its HTTP Method (POST) and confirmed it properly worked using "Test" related link.
What I would like to do is to call it from "Script" Action Step in Flow Designer and execute the POST action using Input values of the Flow.
Could someone please give me the sample script to achieve this?
Best Regards,
Aki
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2022 06:21 AM
This is a good tutorial. https://www.youtube.com/watch?v=RMz_hYZXppc
You'll need to create a custom action with either a script or rest message step.
Hi All, Hope you are doing fine. In this tutorial, we will look into ServiceNow custom action in flow designer. This is the third chapter of the ServiceNow Flow Designer Series. In this ServiceNow tutorial, we will try to understand - What is ServiceNow flow Designer - What is Actions in ...