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.
Hi everyone!This Script is working greate to send a webhook containing table fields in an automation.I'm trying chaneg it to send a only fields from a specific view.I tried to change and adjust it to fit a certain View. I added "let view = table.getV...
It seems that Airtable has released or is going to release an update for Android. I asked someone to try it, but he said that with his app it doesn't work fully yet. What is your experience?https://support.airtable.com/docs/differences-between-the-de...
That is what I tried: let table = base.getTable("MyTable");let view = table.getView("MyView");let webhookUrl = "https://hook.eu1.make.com";let inputConfig = input.config();console.log(inputConfig);let queryResult = await view.selectRecordsAsync({});c...
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.