I am building a time tracking app, and it is important for the employees to be accurate with the time they are entering. Therefore, I need to add a preview screen to the data they entered. This is after they fill their form, they can click a PREVIEW of the data before final submission into the database.
The AI helper and documentation only deal partially with this problem: the Show Form Screen Option only shows a different form with no pre-filled data.
Your best option is to create a custom form, calculate the “preview data” you need to display before allowing users to submit (with an Add Row action).