Hi there,
I am trying to create a script that will create new records in one table based on ‘template’ records from another table, and I’m running into an issue when creating the records with Multiple Select fields. I can successfully use the “creatRecordsAsync” method to create a new record, and can successfully push a string or a boolean to the record. But when I try to create a new record and push a Multiple Select value in, it is erroring out. The string value that I am trying to push in matches the string value of the Multiple Select option in my target table. But I am getting this error when I run the script:
Error: Field “fldntpeWlvbdfgN8Z” cannot accept the provided value.
Any insight? I’m guessing I need to find out the id of the Multiple Select value I’m trying to push somehow?