I am currently building a flow that does/needs to do the following:
- When a form is submitted create a task in planner
- Update the planner task details
- Have a condition that when the task is completed, create a row in an Excel table with all data
- If certain form options were selected, send specific emails once the task is completed
- Zip up or copy the files in a sharepoint link and place them in an archive


Where I am getting stuck is that the "Do Until" Seems to trigger even when the "Percentage Complete" isn't 100. Am I doing this wrong?
To zip/archive those files I have a link that was submitted in the form to where they are, but have no idea how to do that.
This all needs to be in a single flow as I need to have the dynamic content from the form submission available in at the end of the flow for the excel row insert and emails.
Any help would be appreciated 🙂