Upcoming database upgrades. Airtable functionality will be reduced for ~15 minutes at 06:00 UTC on Feb. 4 / 10:00 pm PT on Feb. 3. Learn more here
Jun 03, 2022 06:17 AM
I have multiple Files in my Airtable. I want a Column for the Extension of Files. Extensions are .Docx, .Xlxs, .PDF, .AI and Multiple Other. I did use the Trim Formula but its not working too well for me. Please help.
Jun 03, 2022 08:11 AM
Hi @Gracias
If you only have one file per row this might get them
MID(Attachment, FIND('.', Attachment), 5)
If you have more than one you may need to look into scripting.