I have an MS Form with about 100 questions that users are completing. On submission of this Form I trigger a Flow that populates a MS List. The issue I have is that users want the ability to go back into that completed form and update some of their details. When they do this and click re-submit the flow doesn't trigger again.
1. How do I trigger a flow on a resubmission of a form?
- If I know how to do this, I can create a second flow that will update the columns of the list.
or
2. How do I create a flow that can get all responses submitted (On a schedule)?
- If I can do this, I can simply run this on a schedule and update the List from the new responses.
Hope this is details enough.
Hoops