I've been slamming my head on the desk trying to build a flow that will gather all tasks for a user that is in a multi person field.
I've attempted with variables, but the JSON I'm using doesn't seem to pull out the right information and it's causing an error in the Compose section.
I start with Get Items, initialize an Array variable and then run a select, mapping the OwnerName. I append those to the array variable and run a union on the variable. Parse the JSON and >BAM< broken.
I think I'm missing a step somewhere.
Or I'm just doing it completely wrong...
Any help would be appreciated.