Data Source Request Actions Cannot be Edited to Add Extra StepsIssue When using a Data Source of type Rest (IntegrationHub) you will be prompted to create a Data Source Request Action. This is an Action which you define using Flow Designer. (This is documented at https://docs.servicenow.com/search?q=Create+a+REST+%28IntegrationHub%29+type+data+source ) Some customers have a requirement to make multiple outbound REST calls in the Data Source Request Action. For example some customers have found their 3rd party API requires them to first make a REST call to get an authentication/authorisation code (e.g. to https://api.example.com/authorize), before they can make a call to retrieve the actual data required (e.g. https://api.example.com/getdata).ReleaseOrlando and NewerCauseThe Data Source Request Action is not able to be modified to add extra Steps.ResolutionOur developers suggest that customers who find themselves in this situation create a new Flow in Flow Designer, and define Action(s) used by this Flow that will make whatever REST API calls are required. At the end of the Action add a Step to insert the records directly into the Import Set Staging table (e.g. u_my_import), and then run the Transform Map.