Hello! I'm developing a workflow connected to a sharepoint list.
My flow send reminders if the Wait for Approval is not answered yet.
I think the reminder's doesn't stop even if the approval already choose one of the options of the designed Wait for approval action, because the parallel branches are not connected.
How can I join the parallel branches like below? to join after the met variable?
Hello @Andre_Andrade ,
you'll have to move the actions. I'd add a 'Compose' action at the end of the flow using the '+ New step' button, that'll join the two branches together. Once you have them joined move the action from the left side one by one below the new 'Compose', into the joined branch. Once finished delete this 'Compose' that you used for the initial connection of the branches.