Making multiple REST calls within one action?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-30-2022 06:24 AM
Is it possible to make more than one REST call within a single action in the Flow Designer? I am attempting to acquire data using several GET calls to an app that contains APIs, each with a different resource path. This is for a Data Source created for the IntegrationHub ETL.
I couldn't find a way to add more than one REST step to an action. Also, the IntegrationHub ETL seems to only be able to use one data source which contains only one action.
I am trying to take the data acquired from these calls and place it into a single custom built table.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-30-2022 06:05 PM
Hi Steven,
Not fully understanding the question. Is the question about making several REST call in 1 REST step or about adding several REST steps in an Action.
I'm able to add several REST steps in an Action each making a REST call. Each REST step can only make 1 REST call. If there are several resource paths, add a REST step for each path.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-05-2022 08:27 AM
Thanks for your help Hitoshi. I am able to add multiple REST steps within an action. What I am unable to do is add multiple REST steps within a request action created for a Data Source of type REST(IntegrationHub).
I found the answer here: https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0831528.