Hi, I have a form on which an image can be added.
Is there a way to know that an image has been selected on the form to trigger other field behavior? Like IF(ISNOTBLANK([image])…
Hi, I have a form on which an image can be added.
Is there a way to know that an image has been selected on the form to trigger other field behavior? Like IF(ISNOTBLANK([image])…
Yes, ISNOTBLANK() should be exactly what you need.
Yes, in general, you should be able to use that expression, for example in show_if , editable_if constraints of some other columns in the form etc.