Hi @v-mengmli-msft,
In Table 1 we have columns called "Regional" and "Diretoria" both columns are used in Table 2 too
The diference is, in table 1 go the results when i create a new record in app, and the other table stays with the same value.
In table two we can Activate the column "Regional" and i'm filtering this here to only show values "Ativo" =true in combobox:
Choices([@Table1].Regional),
LookUp(Table2 As p, p.Regional = Value).Ativo = true
)
To make this "Regional" column value different to another, we had this column called "Diretoria" where we have "South, West, North" so i want to increment this column in code too.
There is a way to do this?
Thanks!