@Tommy_Chan - I’ve made a minimal example that demonstrates how to make a wizard.
// Main.js
import {settingsButton} from '@airtable/blocks';
import {initializeBlock, useGlobalConfig} from '@airtable/blocks/ui';
import React, {useState, useEffect} fr...
@Lukas_Kobis - You should be able to tell which version of React you are using by looking in your package.json and/or package-lock.json files.
Currently with blocks you have no control over the webpack config, but you can specify which packages to in...
So my understand is that, so far i could not use the scripting, input.fileAsync, to easily generate a record with the file directly from input.fileAsync.
You cannot use input.fileAsync to generate a record. But at @Billy_Littlefield said you can st...
None of the APIs provided by Airtable provide a method to get only a subset of records from a query at a time, so if you wanted pagination to limit the amount of data you are pulling at one time for performance reasons it is not currently possible.
A...
@Will_Dale - I tested up converting the # of Days Field into a Single Select Field and the script still worked perfectly without modification.
If @VictoriaPlummer’s answer wasn’t clear enough, we might be able to provide more help if you explained yo...