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.
Hi,
Have anyone get calendar’s external sync (iCal) working with android app “iCal import/Export Pro” ? It seems that 95% of the syncs Airtable returns to the app “Page not found” web page, instead of ICS data. Have anyone get this work ?
Dear Community,
I have a trouble to hide a field with conditions in form view and I’m losing my mind with this. My goal logic is like this:
HIDE field 3, when field 1 contains “word” AND field 2 is not empty.
But form view has only option to show fie...
I’m using formula to create a date field, which is used in Calendar view as a calendar’s source. My problem is to create empty date, if certain criteria is occured. I try to use BLANK(), but this returns it in non-date format.
Here is the formula:
SW...
Hello,
I have a trouble to get mp4 URL’s working, when they are generated by Formula for Attachment field.
Situation:
Attachment {Attachment} field has some mp4 files in it.
Formula field refers into Attachemnt field.
{Attachment}
Result is an URL fo...
Hi, I made Airtable languege for Notepad++. You can download the xml file from https://raw.githubusercontent.com/MrLassi/xml/refs/heads/main/airtable.xml You browser might just open this file, so copy paste the text into notepad and save it as .xml f...
I have made this formula to my situation. I wanted to convert "date only" field to "date+time" using "duration" field. Everything needed convert to string, and back to the date format. Here is my formula, I hope it helps:IF({ Start Day}, DATEADD( ...
Has anybody figured out this ? My goal is to add "duration" field into "date only" field with formula. But stuck on this timezone problem and formula keeps returning wrong timezone no matter where I adjust timezone with SET_TIMEZONE.
If someone is struggling with same problem, here is the fix. Copy following line into app settings section, user agent field.
Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36
Solved.
got it working with conditional groups (glad they are available now).
Logic is:
Show field 3 when, (field 2 is empty and field 1 does not contain “word”) or (field 2 is not empty and field 1 does not contain “word”) or (field 2 is empty and f...