Help
kirkbross
5 - Automation Enthusiast
5 - Automation Enthusiast
since ‎Mar 31, 2020
‎Apr 17, 2023

User Statistics

  • 11 Posts
  • 0 Solutions
  • 2 Kudos given
  • 2 Kudos received

User Activity

I’m wondering if there is a tool, like the API encoder codepen, which helps build filterByFormula to send to the API via getTableAsync. The API encoder accepts a filterByFormula, but it doesn’t help you formulate one. I have a large Vue site with che...
I’m trying to simply copy one text field to another text field in a table with 10,000 records, in batches of 50 with the Scripting App. What am I doing wrong in this block: let table = base.getTable('TableName'); let query = await table.selectRecords...
I know there is getView(‘ViewName’) to retrieve a particuilar view of a table, but what if you don’t know the name of a view, or how many views there are? Is there a way to fetch ALL the views of a given table? Something like this: let table = base.g...
Is it possible to pull all the “Views” of a given table via the API? I don’t mean specify a particular view as part of an API call, but rather, I want to pull ALL the views of a given table as its own list. The table object doesn’t seem to have a vie...
I’m trying to build a sort URI with multiple sort fields and directions, but I don’t understand the syntax. Suppose I have this sort object with three fields/directions: const sort = [ { field: "title", direction: "asc" }, { field: "value", direc...
Kudos from
Kudos given to