Help
Joshua_Michaels
4 - Data Explorer
4 - Data Explorer
since ‎Oct 02, 2020
‎Nov 29, 2022

User Statistics

  • 2 Posts
  • 1 Solutions
  • 3 Kudos given
  • 5 Kudos received

User Activity

I’m trying to batch update records using the Scripting app. I’m able to update one-by-one using this script: // set the table let productsTbl = base.getTable('PRODUCTS') // get the table records let products = await productsTbl.selectRecordsAsync() ...