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! I am in desperate need of help. I can't figure out how to "filterByFormula" in the following script. I am trying to send a JSON payload via webhook to MAKE.com. I only want to send records where a given field is blank. I have tried multiple v...
Sorry to be the bearer of bad news but, they said that it is on Airtable's side. I wound up writing a power automate to create the calendar events in airtable automatically instead.
Unfortunately, I just stumbled across this thread because the issue just happened to me. It is only happening to one of the 4 synced calendars I have and I can't afford to "desync" because of how many additional fields I have added to the table. I pu...
Nailed it. I haven't figured out the "magic filter string" but filters I have tried in there are working as intended as opposed to the previous method. Thank you so much!
I have a script that works almost exactly like that. You just need to change the inputs to your inputs as shown below. It then concatenates a URL with your webhook and sends it over! let inputConfig = input.config();let recordID = inputConfig.inputRe...