Hi all, I would like to use absolute imports in my app, I have the following file structure
./
/.block
/build
/node_modules
/src
/components
/NavBar
index.js
/UI
/Input
index.js
App.js
index.js
bl...
Hey all, I am attempting to use the Javascript API to get records in a Node.js server from a base with 10,000+ records. I have used the offset parameter in the past with CURL but am not getting an offset when my query returns. Here is the query at th...
In that case would switching maxRecords to pageSize and using .eachPage instead of .all be the right approach? Somthing like:
const results = await productsBase('Products').select({
filterByFormula: `OR(FIND("${BRAND}",{BRAND}),FIND("${PRODUCT}",{...