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 support team!I am building custom extension using airtable blocks sdk.Workflow here.1. When I click "Get companies" button in extension section, the extension will call 3rd party API.2. The API returns the result as a JSON format. Json contains re...
Hi support team!I am building custom extension using airtable blocks sdk.Workflow here.1. When I click "Get companies" button in extension section, the extension will call 3rd party API.2. The API returns the result as a JSON format. Json contains re...
Hi everyone!Nice to meet you.I am trying to load rich text content through api, but it's broken.But when I put the content with HTML tags, format is working properly.https://prnt.sc/r3ys_DfPjzFKBut my client is not a programmer. He can't add content ...
Hi everyone!I am trying to build an airtable extension, but when I create a new extension from scratch, I keep getting an error even if it's a fresh project(Hello World project), and airtable.com is running with http. Not https. https://prnt.sc/vez_...
I want to create a unique share(public) link for each record, so I will send created link to each user, so each user can be edited only one record.Is it possible?Thank you!
Hi Tammy. Thank you for your reply.Yeah, I can get record ids.Let's say, I have stored record ids into Array variable in block sdk code.After this, how can I update the table? I meant , view refresh based on record ids.Thank you.
Hi support team!How are you? Can you check this?Actually, I try to expression these conditions in php, but I don't understand and not clear how to convert these conditions in php.$condition_str = ' AND( {date added} ...