jkabot
07/23/2019, 6:33 PMrecord.setValue(array)
. Just to clarify, the correct syntax should be
record.setValue({ fieldId: 'your_field', value: array });
if you are setting a text field, try
record.setValue({ fieldId: 'your_field', value: JSON.stringify(array) });