Hi !
I hope you can help me, I am trying to get the cell value of a record I have from an automation.
I checked all the documentation and don’t understand what’s wrong (except maybe that it just doesn’t work with airtable automation ?)
Anyway here is my code
let requestTable = base.getTable('Demandes techs');
let request = input.config();
let record = request.record_id;
let statusWhenQuote = record.getCellValueAsString('Quote status');
console.log(record.getCellValueAsString("Quote status"));
Many thanks for your help