How can I hide a field when the form is creating a new record and show it when the user is editing a record? I’ve tried the following for show if conditions:
IsNotBlank([Id])
IsNotBlank([_Row_Number])
[_ThisRowBefore].[id] = [_ThisRowAfter].[Id]
None of these seem to be the right answer. Thanks in advance!