How to check if attachments field is empty or not?

Hello,
How to check if attachment field is empty or not by a formula to let us know if there is attachment or not in the field? If there is any formula please let me know.

Please try with this simple IF formula:

IF({Attachments}, "There are attachments for this record", "No attachments for this record")

You can use the same formula for different fields like checkbox and others to figure out whether a certain column is empty or not.

Hope this helps!

1 Like