Hello! Trying to run a script to extract an Array into multiple fields for each submission. For example, we have a form where a user can select from multiple options which inputs the results (Array) into one field. Using automation would like to extr...
Thanks Nathaniel, now I’m running into a different issue:
I’ve updated the Value to be the record ID then extracted the record ID to be the linked record in the table but it’s not accepting the string for the record ID… any ideas?
Thanks so much for this! Running into one more issue, we are trying to do a split of the Array and “split” is not a function in Airtable… any suggestions:
TypeError: rawInputs.selectedNonprofit.split is not a function
at main on line 4
let table = ba...