As far as I know, creating an Approval from data in Excel are usually done per row in a table. I am wondering if there is a way to create an Approval for multiple row entries and have the Approval process done by bulk. Thank you
Announcements
As far as I know, creating an Approval from data in Excel are usually done per row in a table. I am wondering if there is a way to create an Approval for multiple row entries and have the Approval process done by bulk. Thank you
Thank you for giving me an idea/option to go about this. However, I am currently doing a workaround using another sequence, I hope I get this done :).
Your response is very much appreciated 🙂
Hi @rych
If you can turn-on/off flow once approvals are done you can try below flow
We have run flow independently for every row we've in excel as every approval would wait till approval is complete
Step 1 : In excel we need unqiue column like Serial number and Status column that would be used to filter
Step 2 : Create a scheduled flow as per snap below
Condition :
Step 3: List rows would be specific
it would pick only first record and with filter where status ne ''
Step 4: To get only first record from list of rows
first(outputs('List_rows_present_in_a_table')?['body/value'])['Sl']
Step 5 : Update as ongoing if approval has started ahead of starting approval
Step 6: Once you've the response update the outcome back to column so it can be ignored for next pick
Step 7: Once all approvals are completed you can turn-off your flow. This tried as workaround.🙂
Thanks
Please click Accept as Solution on this reply if it helped to solve your issue, and thumbs-up if you feel this is useful or important in other ways as a boost.
Michael E. Gernaey
497
Super User 2025 Season 1
David_MA
436
Super User 2025 Season 1
Riyaz_riz11
244
Super User 2025 Season 1