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.
We recently added the ability to create tables, create fields, and update field options from the scripting app. The methods to perform each of these actions are the same as in the Blocks SDK.
base.createTableAsynctable.createFieldAsync
field.updateOp...
@Ronen_Babayoff here’s an example of a block that is set up with Sentry. It uses the webpack plugin to upload source maps, and sends runtime errors to sentry. Hope this helps
GitHub
GitHub - kevinwilde-at/sentry_block
...
It should work with monorepos and shared code. I think I’d need to see an example of what you are trying to achieve with adding @airtable/blocks to a non-airtable project – not sure I quite follow. If you can share a simplified example of your code a...
Hi @Ronen_Babayoff, check out this example for using MobX with decorators, TypeScript, and a custom bundler. Hope this helps
GitHub
GitHub - kevinwilde-at/todo_app_mobx
Contribute to kevinwilde-at/todo_app_mobx develo...
Zach_Young:
Also, @Kevin_Wilde, I found this post because I searched this Community when all of a sudden I started getting the following ts-check error message in the scripting app:
Type ‘null’ is not assignable to type…
… Does the new API all...