Hello,
I am creating a stream where once I receive the email it checks if there is an attachment, saved in sharepoint and creates a new task in the planner, after that it has a delay and then updates the task with the email body as a description in the planer.
The user who sent this email receives an email return that their call was opened and will be answered soon.
So far so good, everything working perfectly!
However the problem comes at this time, if I add in the flow to validate when the task is completed in the planner, it simply triggers email for everyone who created the tasks that the task was completed.
With this I ended up creating another flow only to validate when the task was completed but I need to "capture" the "of" from the other flow to work correctly.
I am sending the prints of the two streams I have!


Can you help me?