Autofill Form Based on User Entry

A user selects their name from the drop-down menu:

1 2.png

How do I tell AppSheet to autofill the Room number based on the name selected:

Screenshot 2022-11-01 at 2.40.10 PM.png

Solved Solved
0 2 92
1 ACCEPTED SOLUTION

Your form seems to be a ticketing system and you seem to be referencing the name from another table? So are the room details available in the same table from where you are referencing the name?

If so, you could then use dereferencing expressions to pull the room number from the referenced table.

Dereference expressions - AppSheet Help

Also in the Tickets table, the room number is a number type column. However in the sample data you have shared it appears to be alphanumeric number , meaning a text column.

 

View solution in original post

2 REPLIES 2

Your form seems to be a ticketing system and you seem to be referencing the name from another table? So are the room details available in the same table from where you are referencing the name?

If so, you could then use dereferencing expressions to pull the room number from the referenced table.

Dereference expressions - AppSheet Help

Also in the Tickets table, the room number is a number type column. However in the sample data you have shared it appears to be alphanumeric number , meaning a text column.

 

Works like magic🪄! 

Top Labels in this Space