Re: Updading the title value of when a task is completed
Hi @OskarCh ,
I'm not sure I entirely understand the goal of your Flow. You're using a recurrence trigger, but then also using the 'When a task is completed' trigger. Can you explain more about what you are trying to accomplish, and maybe we can restructure this Flow?
This Flow is only going to run one time, because the 'When a task is completed trigger' will wait for the next completed task, pull the information from it, and then proceed with your remaining actions. It is not going to look for any completed tasks after the first one because it is a trigger. If you complete a second task, it will not rerun the Flow from the 'When a task is completed' trigger, because it is not the main trigger of the Flow. It would need to replace the recurrence trigger if you wanted it to run each time a task was completed.