Is there a way to detect in an expression tha...

Is there a way to detect in an expression that a user is editing or creating a new row?

0 3 287
3 REPLIES 3

@Steven_Aung Are you asking for a way to differentiate between editing or creating a new row?

A simple solution that might not work all the time is to check if a column is blank or not (ISBLANK([Column]) or ISNOTBLANK([Column])); assuming that the column is filled before editing, since when you create a new row all the columns will be empty.

For my current use case, that will be good enough. Thanks.

plus.google.com - Hello! Im trying to determine when my app is adding a new record, or editing โ€ฆ Hello! Im trying to determine when my app is adding a new record, or editing โ€ฆ plus.google.com

Top Labels in this Space