Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Making multiple REST calls within one action?

Steven L
Tera Contributor

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.

2 REPLIES 2

Hitoshi Ozawa
Giga Sage
Giga Sage

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.

find_real_file.png

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.