Forum Discussion
Alan_Newell
May 13, 2025Copper Contributor
Capture Edited Form Submission
Hello. I have created a Power automate to capture the response when a form is submitted. We allow the users to edit the from after submission, sometimes they don't have all the info at first submiss...
Kidd_Ip
May 13, 2025MVP
How about this:
- Create a scheduled Power Automate flow that runs periodically to check for changes.
- Use the List rows in a table to retrieve the latest responses.
- Compare the last modified timestamp to detect updates
Alan_Newell
May 14, 2025Copper Contributor
Hi
That's what I'm doing at the moment but its a bit clunky, ideally I'd like to trigger an alert from the Form resubmission but there doesn't appear to be a trigger to capture this.