I’m struggling with the setup of a date field to be used in Airtable’s “Create records for multiple templates” script.
- The template table’s formula column has similar date formatting to the child table’s date column.
- Copying manually back and forth both works fine and the date is correctly recognized.
- The script fails with the below error.
- DATETIME_FORMAT doesn’t help, using it the formula field stops applying date formatting.
j: Can't create records: invalid cell value for field 'Date'.
Cell value has invalid format: <root>.0 must be a string, <root>.1 must be a string, <root>.2 must be an object
at main on line 130
Any suggestions would be much appreciated. Thanks!