Greetings!
I’m working on an airtable automation to operate from an interface button. the automation would do the following (the part im having trouble with is the script as the last step):
from the rest of the automation im passing three values int...
I realize this is constantly asked in variations but I cannot find a solution to the issue.
Most auto-linking scripts replace the contents of the field, in lieu of appending the new linked record to the field.
I’ve attempted to concatenate the array ...
Alexey_Gusev:
let (projectRecord,newProject,oldTasks} = input.config();
let table = base.getTable('Tasks');
let goodfields=table.fields.filter(f=>!f.isComputed&&f.name!='Prio')
let query = await table.selectRecordsAsync({fields:goodfields, recor...
Regardless this solution should work. I toyed with passing strings and arrays to the field.
Array seems to be the proper solution. :grinning_face_with_big_eyes: thank you!