Forum Discussion
Syndicate_Admin
Administrator
3 years agoUsing the results of one Web query to hit multiple Web query endpoints
I'm trying to use the results of one web query to run a series of web queries, and ideally append all the results. Here is the general scenario: Web endpoint: "https://127.0.0.1/SalesRegions" R...
lbendlin
Super User
3 years agoConvert the list from the first result to a table, then add a custom column that calls the web endpoint for each of the table rows. Combine results as appropriate.