I have a sharepoint task list, in this list we have manager assignee column, some items have different managers to approve, and some other have the same manager.
in power automate how to filter these items so each manager get ONLY his assigned items in approval details to approve!
Thanks,
Ok, so basically I tried the below approach and it worked for me.
First Expression is items('Apply_to_each_2')['Title']
Let me know how this goes for you!
Thank you, this helped me a lot, one issue though! I have done parse JSON after filter array to get the columns that I need to show in approval details and it works BUT when I added the parse json items in the approval details, it put me inside apply to each loop and the approval sent per item, so the assigned manager get his own items one by one instead of get them all in one approval table!
@YAYA Oh, I see.
You can do that as well 😉
So, lets look at it step by step.
Hope this gives you insight on how you can filter items assigned to each Manager in your Task List.
Please give a Kudo or Mark this Reply as a Solution if you found it helpful.
Thank you for the reply, actually what I am looking for is in power automate how to filter the items for each assigned manager and put these items in approval details accordingly to approve. so each manager get his items to approve.
thanks
Hello @YAYA ,
Do you mean you want to show items where Managers can only see the ones assigned to them in the SharePoint Tasks List?
If yes, then all you need to do is create a Filtered View by following below steps
Hope this answers your question.
Please give a Kudo or mark this Reply as a Solution if you found it helpful.