Auto-Populate w/data row selected

What I am trying to achieve: I have an inspection to be done, my user goes to the facility and selects the system they will be inspecting

lstephens_0-1674825877236.png

Here is the table from which the above info is coming from

lstephens_0-1674832132295.png

 

When selected, it opens a form

lstephens_1-1674825948983.png

What I want is the info from the table for that one system that was selected to populate into the corresponding fields (Facility, System Type, Model/Serial, Facility ID, etc) this is where I am stuck. 

Currently when the row is selected it just opens a blank form. The purpose of this is so they do not have to enter the lengthy info that we already have on file each time they do the inspection.

Here is a screenshot 

0 3 48
3 REPLIES 3

You have to create a LINKTOFORM() action and place it on row select in the list view config

LINKTOFORM() - AppSheet Help

Can you elaborate on how to do that with my given example?

Create an action for the table the data is from and add an "App: go to another view within..." type of action.

Inside Target add the correct LINKTOFORM() expression.
Read the docs to understand how you would need to make such expression to work with your data

Top Labels in this Space