The Community will be undergoing maintenance from Friday February 21 - Friday, February 29 and will be "read only" during this time. To learn more, check out our Announcements blog post.
A button field is appended in a synced table. What I would like to do is that once a user clicks the synced record’s button field it will update the source record based on other appended fields in the synced table.
Is this possible? Maybe a script at...
The start day of our week is Sunday and closes on Saturday. However, when I tried using the datetime format it has a different week number compared to ISO week. I have different week numbers for the same date when I used the datetime format for the ...
I receive an email that our workspace has almost reached its limit for this month. However, when I look into the automation I created and summed up all its runs it is still far from the limit set. I was also wondering what automation takes up the bul...
I have tried a try-catch approach that whenever an option is not found in a single-select field due to typographical errors it will try to find a suitable option from the list of options in a single-select field. I have tested this approach in a scri...
Is it possible to get visible fields for a chosen table and view? I checked the Airtable scripting documentation and I cannot find the property to check if a field is visible for that view
For the last try catch the salesChannel value looks like this:
{name: [channelName]}
The channel name is one of the options in the single select field. However, it also encountered an error so it cannot update. The error looks like this from what I’v...