Hey there,
i use lookup to copy the contend from a cell in a nother table to the row i´m creating.
I do this with : LOOKUP([_THISROW].[LeistungsArt], “Materiallisten”, “LeistungsArt”, “LeistungsText”) in the initial value expression
(thanks to Steve Coile)
But sometimes i have to do this in an existing row.
Is it possible to do LOOKUP with a clickable action to do this in a existing row?