Hello,
I try to test scripting but i have a generic error that really doesnt help me to find the solution
“There was an unexpected error while executing your script.”
let table = base.getTable("Max");
let queryResult = await table.selectRecordsAsync();
let record = queryResult.recordso0];
console.log(record.getCellValueAsString("Rue"));
My goal is to have a trigger where i get the new row & do several things