Last selected value

Hello I am making an inventory app but I would like that when adding a record it keeps the data from the lists that I have selected in the last record made, how could I do it

Solved Solved
0 2 263
  • UX
1 ACCEPTED SOLUTION

You could try with MAXROW() function to get the reference to the last record. You can then get other record values populated in the new record as initial values from the dereference expressions.

Please also take a look at the following sample app.

View solution in original post

2 REPLIES 2

You could try with MAXROW() function to get the reference to the last record. You can then get other record values populated in the new record as initial values from the dereference expressions.

Please also take a look at the following sample app.

Hello, thanks for the support, I was able to do it correctly.

Top Labels in this Space