Hi there,
I have a flow with lists and tasks. When I am creating a task a flow creates a list element and puts the task id into the list. So both are connected to each other.
A second flow checks if a list element has changes and updates the planner task.
My problem is that the information of users in lists have no id's but only emails or names. The task of planner has users only with assigned id.
So I need a solution to get the users id from the list element to compare them with the users id from the task.
I want to compare the users in a task with users in a list. If a user in the task is missing it takes the users from lists and assigned it to the task or delet a user if the user is in the task but not in the list.
Hope my english is o.k. so you understand what I want to do. thx. 🙂