Help
renewNiko
4 - Data Explorer
4 - Data Explorer
since ‎Oct 29, 2024
‎Oct 30, 2024

User Statistics

  • 3 Posts
  • 0 Solutions
  • 1 Kudos given
  • 0 Kudos received

User Activity

Any way to clear all records or delete a table through script?This don't work:do{let table = base.tables.pop();console.log(`Goodbye, ${table.name}!`);}while(base.tables.length>0) 
Kudos given to