Select option according to the previous selection

Hello partners,

I have a small problem that I haven't been able to solve.

I have 3 tables: Operators, Units and Trips.

In the Trips table I make reference in 2 fields to the other 2 tables, and what I would need is that according to the selection made by the operator, it shows me the unit that was assigned in the form when registering the operator

I share screenshots

IssacGonzalez_0-1660832397203.png Operators table, Here, when adding an Operator is assigned a unit from the table of units that is referenced

IssacGonzalez_1-1660832476227.png Units table

IssacGonzalez_2-1660832522789.png Trips form, This is where according to the Operator selection, the next field that is unit would have to show me the assigned unit

 

0 1 54
1 REPLY 1

Since you are referencing the Operator table in the trip table , you could use dereferencing expression in the [Units] field to get it from the Operators table.

Dereference expressions - AppSheet Help

 

Top Labels in this Space