Hi all,
I used the Select-action to create an array of planner tasks from a planner board.
I managed to filter the information by bucketID to get only the tasks from a specific bucket. Now I'm trying to filter for the tasks which are assigned to a specific userId.
My problem is, that the assignments list per task is an array of 1 or more users within each task.
Array code
How can I use a second Filter Array action to get only tasks which contain a specific assignee (see within red box)?
item()?['_assignment']['userId']
as part of
body('Filter_Array')did not work.
Anyone has a good idea? 🙂
Best regards