Hello all,
My current flow (from excel to planer) uses a lot of filters a parallel branche in order to:
Create a new task (if the title of a task doesn't match a name in excel)
Update an existing task (if the title of a task does match a name in excel)
Delete a task (if the title of a task doesn't exist in excel)
I'm experiencing problems with the second last. Using a condition, if false will create a new task and if true will update and existing one. I truly don't know how to fix my situation. 😅
Here are screenshots of my flow:


Thanks in advance