Hi all,
i dont think its a bug but i dont know where is the issues. thanks for everybody .
I’m trying to create an action that updates a value in a column on parent table A, after new record in the child table B.
Table A name= OS
Table A colums=OS ID(text, uniqueid()), Last Setup ID(text)
Table B Name= Setup
Table B Columns=Setup ID (text,uniqueid()), OS ID Number(REF Table:OS, is part of)
Actions 1 - form save event on table setup, that execute an action on this set of rows
And the Action 2 - Setup
the column Last Setup ID(text), on TABLE A = im trying this expression to get the [Setup ID ] value :
LOOKUP(MAXROW(“OS”,“_rownumber”,[OS ID Number]=[_THISROW].[OS ID]),“Setup”,“OS ID Number”,“Setup ID”)
Im not certain about the expressions…if i test data, returns blank, no data matchs…so as a test purpose i reduced for the expression:
Maxrow(“Setup”,_Rownumber") and again no data matches. then i decided to try this action not from OS table, but from other tables…than it apear to work (not all the expression cause im testeing).
1 - why maxrow is not working only from OS table, and is workin on the other tables.
2 - Any error in expressions ??? , sorry im estuding, not a professional…aganin many thanks anyone can help .

