Steps to Reproduce:
- Create a Form in Power Pages to create a new record in the Dataverse.
- Configure the post-submit action to display a success message after the record is created.
- Submit the form to create a new record. The success message will be displayed as expected.
- Press F5 to refresh the page.
- The system will display a prompt warning that refreshing the page will re-submit the form.
- Click OK to proceed with the refresh.
Expected Result:
The page should refresh without any warning.
Actual Result:
After refreshing the page and clicking OK on the prompt, the form is re-submitted, resulting in a duplicate record being created in the database.