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.
I have been using the CSV import app for quite sometime and have had no issues .
But of late I am having issues with import of date fields. The date field when imported shows future dates. I tried various options for formatting the date field , but I...
I have been using dashdash and airtable for quite sometime now. All of a sudden , I started getting errors today. The message is AUTHENTICATION REQUIRED. In some other applications I got an error message RATE_LIMIT_ REACHED ( Rate limit exceeded) Ple...
Hi, I have been unable to delete an automation after setting it up. Since it was live , I changed the base to something unconnected. Despite that the emails were sent when the event occurred. !
The automation cannot be made off for it to be deleted.
...
Hi
This is related to sending an email using gmail with attachment stored in the Airtable record.
I am trying to add the attachment which is stored in the table as an attachment field but , the automation is not able to resolve the attachment field.
...
The Send Tweet automation worked well, but I am now getting an error :
Twitter API error: Application cannot perform write actions. Contact Twitter Platform Operations through https://help.twitter.com/forms/platform.
How can one get a resolution ?
The URL gets converted to attachment and then the attachment blanks out. Happening since the last 3/4 days. No response from Airtable support.
Does any one have a fix ?
Must add that the CSV file (column) for date includes Date & Time in YYYY-MM-DD format .
I have tried changing the date field format to all the possible combination, but cant get this fixed. It does not happen all the time , but very randomly.
The so...
Vincent, I was able to figure it out, Thanks.
I just used REGEX_EXTRACT({Notes},“https?://.+[^)]”) .
With this I do not need to use browserling for downloading image files after renaming them.
Thanks a ton
Vincent , Your solution is very useful and a big time saver . Now that Airtable has introduced 3 REGEX functions , do you think the extraction can be done inside Airtable by using the REGEX_EXTRACT(string, regex) function. I do not understand coding ...
Is there a way to use the REGEX function to determine if the contents of a text field are in ENGLISH language ONLY.
something like
REGEX_MATCH({title},"^[a-zA-Z0-9$@!%*?&#^-_. +]+") ,
where if the contents of the field {title} has some other language...