Hi!
Is it possible to create a record using script so that the created record linked to another record, for example through record ID? This works well with import but with script I am having problems.
I have the following type of basic script which works if the linked field is excluded (I’ve tried with hard-coded values too)
const insertAccounting= await doo.table.createRecord('table', {
documentTitle: doo.model.value,
documentType: doo.model.value,
**linkedRecord: doo.model.ID.value**
}, 'app')
I get the following error in Workflow Automation:
"Response {\n size: 0,\n timeout: 0,\n errorData: { errors: [ [Object] ] },\n errorsPatch: [\n {\n type: ‘warning’,\n id: ‘badValueTypeValidationException’,\n message: “Bad value type - the expected value type of field ‘linkedRecord’ (schema_link) is Link object or ‘null’ value.”,\n