The Community will be temporarily unavailable starting on Friday February 28. We’ll be back as soon as we can! To learn more, check out our Announcements blog post.
We have an Airtable form, where people can upload documents.
When someone uploads a pdf oder jpg image, we can see the image and download it.
But someone uploaded a HEIC file, and we can neither see nor download it. The download button does not show ...
When a table is synced the field type of a formula is changed to long text (which makes sense).
Is there also a way to change it to short text? Long Texts can’t be used in Pivot tables (but results of formulas can). Therefore I’m not able to create t...
Is it possible to embed an Airtable form without getting all the Airtable cookies? We don’t want to inform the site visitors about cookies, when it’s not necessary.
Why isn’t it easy and intuitive to access elements from other tables.I could use a formula to show only elements of another table, that have certain attributes.For example, when I have a table Students, and I want to generate a new table young studen...
Thats a good idea, that will work :slightly_smiling_face:
Of cause it’s not ideal, since there will be two visually identical fields in the table.
My quick fix that I did was to redo the formula, since I had all the required data in the synced tabl...
The Problem is basically solved with Airtable automations now.
You don’t need to use sendgrid anymore, you can just use a gmail account and write an automation that can send emails (with attachments.)
I’m having a similar Problem to send out automative birthday emails, but am still struggling with the formula. I adapted the formula to send out mails on the birthday itself.
DATETIME_DIFF(DATETIME_FORMAT({Birthday},‘MM-DD’),DATETIME_FORMAT(TODAY(),‘...