An Azure service for ingesting, preparing, and transforming data at scale.
Hi @arkiboys ,
Thankyou for using Microsoft Q&A platform and posting your query .
As per my understanding about your question, it looks like you want to know if there is any possibility to hit multiple REST API URLs at once using IN clause. Please let me know if my understanding about your query is not correct.
There are possibilities of using optional parameters in the URL provided the source URL supports the same. This filter is applied on top of the result set we get out of the API URL.
As in your case ,You want the web activity to be parallelly triggered specifying the list of IDs in the URL itself . It doesn't seem to be possible. Best possible solution would be to use ForEach block without checking Sequential option so that it would parallelly execute web activities for all the IDs coming as the lookUp output.
Below is a simple use case where this functionality of using optional parameter would work for getting the list of resource name with a particular tagName or list of resources within specified Resource group lists etc.
Resources - List - This is the article which talks about using optional URI parameters such as $expand , $filter, $top etc.
$filter=startswith(tagName, 'depart') : This query will return all resources with a tag name prefixed by the phrase depart (i.e.department, departureDate, departureTime, etc.)
$filter=resourceGroup eq 'annu-rg' or resourceGroup eq 'adf-rg' : This will return all the resources present in any one of the provided resource group name.
Hope this will help. Please let us know if any further queries.
------------------------------
- Please don't forget to click on
or upvote
button whenever the information provided helps you.
Original posters help the community find answers faster by identifying the correct answer. Here is how - Want a reminder to come back and check responses? Here is how to subscribe to a notification
- If you are interested in joining the VM program and help shape the future of Q&A: Here is how you can be part of Q&A Volunteer Moderators