- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2023 06:34 PM
Hello,
We are using AzureAD spoke in flow on submission of a catalog item to add the Devices IDs to an AD group.
There is a requirement to do bulk upload of this activity wherein a csv file is attached to the catalog form and the flow to pick the list of device Ids in the file, loop through them for the input parameter in spoke action. Can someone suggest if this is feasible and ways to achieve it?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2023 06:52 PM
Hi,
You can read the csv file from a custom action and send the output as array of the device ids. Call this custom action in your main flow with foreach you can call azure action.
Thanks and Regards,
Saurabh Gupta
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2023 06:52 PM
Hi,
You can read the csv file from a custom action and send the output as array of the device ids. Call this custom action in your main flow with foreach you can call azure action.
Thanks and Regards,
Saurabh Gupta
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2023 08:38 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2023 08:52 PM
Hi Saurabh, Thanks for your quick response, I will try this out and update you soon.