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.
Hello friends,
I’ve had an automation running correctly in the past. Today, I’m getting the following error"
The Automation is simple: When Condition is Met > Send Gmail Email.
I tried reconnecting my Gmail Account, but problem still isn’t solved. C...
Hello everyone, I have a very simple JSON POST to the Airtable API but am unable to Post an object into the Fields.
{
“fields”: {
“Time”: “{time}”,
“DeviceID”: “{device}”,
“Payload”: “{data}”,
“computedLocation”:{computedLocation}
}
}
In my Airtable,...
Hi everyone, new here.
Im trying to graph continuous dates on the graph block. Airtable only uses the dates on the record and skips any dates for which there were no records created.It’s very easy to do in Excel, but am unsure if Airtable Can do it. ...
Hi JB, thanks for the support, but still won’t work like this.
Without the " " the system won’t accept the code.
Is there a way to Post the entire “computedLocation”:{“lat”:42…,“lng”:-71…} into an Airtable Cell? I could parse using the Formulas ther...