I am trying to create a flow that will add items from a SharePoint list, when a team member puts their ID to the item, as a checklist item to a specific task in Planner owned by that team member:
1. Items are created on a SharePoint list used by team.
2. The trigger is when a team member assigns their ID to an item on the SharePoint list.
3. The title of the assigned item from SharePoint, is added as a checklist item to the Planner Task owned by the user.
So far I have succeeded in adding checklist items to Planner Tasks owned by myself with the following flow, but it is not letting me do it for anyone else.
Is there another way to solve this?