Hi there, hoping someone can assist me. I need a formula that will note true/false based on an attachment field.
For further context, this will be used in another formula that combines various fields into a link which goes to a custom Typeform. The fields from Airtable are set as hidden fields, but at the moment I'm having issues with the logic because it can't recognise if the data is true/false since the entire file name is showing. Having this terminology would be good so I can simplify the link and the Typeform logic.
I tried working with the TRUE formula but couldn't get that to work.
Let me know if you need more information. Any assistance would be appreciated.
UPDATE - I've found a solution;
IF(
{Attachment Field},
"TRUE",
"FALSE"
)