I have a Flow that creates a item in a Sharepoint List when a Task is created in Planner.
I then have a second Flow that is triggered whenever a Task is completed in Planner. ThatFlow gets items from the Sharepoint list and filters them by Planner Task ID and updates the Sharepoint List Item that relates to the task that has been created in Planner.
There are some circumstances where that second flow doesn't identify the original entry in the Sharepoint list.
Where this happens I would like the Flow to create a new item in the Sharepoitn list to state all the details of the Task that has been completed in Planner.
I cannot figure out how to write that part of the Flow that recognises when the Planner Task ID has not been found, so I can tell it to then create a new Sharepoint list item.
Can anyone help with how I can do this?