Bulk load via Azure Active Directory Spoke

Viji Rohan
Tera Contributor

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?

 

 

1 ACCEPTED SOLUTION

Saurabh Gupta
Kilo Patron
Kilo Patron

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

View solution in original post

3 REPLIES 3

Saurabh Gupta
Kilo Patron
Kilo Patron

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

Saurabh Gupta
Kilo Patron
Kilo Patron

Hi,
@Viji Rohan 

 

Do you need further help on this case?

 

 


Thanks and Regards,

Saurabh Gupta

Hi Saurabh, Thanks for your quick response, I will try this out and update you soon.