Open New and Different Form Upon Form Save

I have a vehicle inspection app with two tables called "Inspection" and "Repair Request."

The app has two forms - "New Inspection" and "Submit Repair Request."

When performing a vehicle inspection, the user opens a form called "New Inspection." The user selects the [Vehicle ID], enters [Vehicle Miles], and performs a 10 point inspection. There are 2 options for each inspection point: "Ok" or "Report."

If upon saving the "New Inspection" form, any of the inspection points have a "Report" status, I'd like for the "Submit Repair Request" form to open with the  [Vehicle ID] and [Vehicle Miles] prepopulated.

Is this possible? Any guidance is greatly appreciated!

Solved Solved
0 2 51
1 ACCEPTED SOLUTION

Hey man,

Create a new Action using Go to another View in this App using LINKTOFORM() that you Assign to The FormSaved Event of the New Inspection Form.
Also, in the Behavior section of that Action use Only if this condition is true by setting it to [Inspection Point] = "Report"

https://support.google.com/appsheet/answer/10106538?hl=en


Cheers

View solution in original post

2 REPLIES 2

Hey man,

Create a new Action using Go to another View in this App using LINKTOFORM() that you Assign to The FormSaved Event of the New Inspection Form.
Also, in the Behavior section of that Action use Only if this condition is true by setting it to [Inspection Point] = "Report"

https://support.google.com/appsheet/answer/10106538?hl=en


Cheers

Thank you!

Top Labels in this Space