Hi,
I have downloaded Microsoft's "Create a daily summary of Planner Tasks by Bucket.
Also have tweaked it to include an 'Assigned to' column in the report. This is done by passing the 'assignment' value from 'List tasks' to 'Get user profile (V2)' and returning the 'Display Name' to a String Variable that is included in the output table. So far so good.
The problem is that in the Plan there are (completed) Tasks that remain assigned to Team members who no longer exist in the domain. Planner itself lists the task as being assigned to 'Former member'. The Flow report 'Get user profile (V2)'doesn't cope with this, instead it fails with a standard statusCode of 404 "Request_ResourceNotFound". When this step fails, the whole Flow fails.
Is there a way to cater for 'Get user profile (V2)' not finding a result without breaking the Flow?
Thanks.