Hi @Shivam_Tripathi,
There are a few reasons why this error can occur - can you please write an email to support@airtable.com with more details of the API request you are making (e.g. the full request, excluding your API key) so that our team can tak...
Hi @Marc_Solomon1,
Erin with Airtable Support here - sorry to hear of the trouble with this!
The Blocks CLI latest version is now 0.0.64, so you’ll want to just use this command:
npm install -g @airtable/blocks-cli
to install the latest, rather than ...
Hi @Jonathan_Frank,
Erin with Airtable Support here - sorry for the trouble!
This thread outlines the issue you are seeing, as well as the solution. You will need to downgrade your node version to v14.15.0, and that should resolve the issue!
Hi @Martin_Kranz ,
Here’s the syntax for rendering images with Markdown – you’ll want to put the exclamation before the square brackets, and then it should work!
Here’s an example for the scripting app:
let attachmentURL = record.getCellValue('Attach...
Hi @Bill.French ,
Not currently – the solution above is only for the public API. There isn’t a way to add new select field options in scripting right now, but I will definitely add your vote for this functionality!