Hi everyone,
I have no scripting knowledge and I have the below script from our community
SCRIPT
let table = base.getTable(“CopyRows”);
let query = await table.selectRecordsAsync();
let recordsArray = ;
for (let record of query.records) {
let quanti...