Trying to update additional fields of an updated record accordingly.
Getting “undefined” value for recordId. What would be the problem?
let recordId = input.config().recordId;
console.log(recordId);
let rootTable = base.getTable('uretim-kaydi');
let...