I have created a flow that starts when a new item is created and I have added a condition which trigger the approval process ,(if field "amount" is equals or less xxx). So far so good.
Question: Now I need to initiate 2 different flows(or 1 flow if it is possible) for the same condition (if field "amount" is equals or less xxx) depends on who is the "created by" , so the 2nd flow will be for another specific "Assigned TO" approver which will be a static person.
Approval process for approve “Assigned TO” depends on the specific 'user email' who is the ‘created by’ field.
For example , If user A (created by) create an item in list then start 1st flow for approval ,else start the 2nd approval.
Lets explain more using the following table.
User1,user2,user3 | If amount= 500 | Assigned TO A(static) |
User4,user5,user6,user7 | If amount= 500 | Assigned TO B (static) |
I have added also the users (1,2,3,4) and (4,5,6,7) in 2 separate groups in SharePoint site/list in order to use them in flow process, although I can’t find the solution for that.
Can you please advise what is the optimum solution for that business need?
Thank you