Just want to confirm something to make sure this is correct.
I use the special values (UUID) to create a unique ID everytime I add a row.
When I want to hide something, a component with a default value that I do not want changed, I use visibility and in the OLD LEGACY CLASSIC APP I used
Show when UUID is EMPTY
and that used to work
in the new app, I have do set it to
Show when UUID is NOT EMPTY
Just want to make sure there was a change. I assume before it was writing immediately and now its waiting till submit
Why not just add a RowID to the table? Or are you already using it for something else?
This doesn’t sound right to me.
Just to be clear - you are talking about hiding components within a Form Screen yes?
Are you using exactly the same type of Form in both cases? (Classic vs New).
For example, I would expect different behaviour in a native form vs a custom form vs a form container.