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.
Hey all, I'd like to share the beta release of my product Airwalker.Airwalker was created out of my desire for better tooling when creating Airtable API integrations. 離 FeaturesBase timeline - a timeline of your base schema changes Logging - history ...
Around a month ago I discovered a discrepancy in the 5 requests per second per base rate limit when using an OAuth token.Executing this snippet with unique base ID's and a PAT results in success, executing the same snippet with an OAuth token results...
Hi @h8 I don't think you can access that info.Do you control the webhook caller? If so you could add a secret value to the body which your automation looks for before doing its work.
Hey @ilyakoyfman I'm not sure whether there's any shortcuts aside from iterating over the field names and calling getCellValueHere's an example that builds an object that maps field names to field values for a given record:const tableFields = base.g...
Hey @Terence_Leung I don't think we're able to impact the allow lists on the authorization screen.I don't think there's any way around completing the OAuth process yourself, and then persisting the tokens for refreshing your access in order to avoid...