I have created Workflow for bi-directional sync in the Smartsheet Salesforce Connector between Salesforce and Smartsheet.
In Salesforce, I have a Lookup(User) field named "Assigned To" and in Smartsheet, I have a corresponding "Assignee" column with the Multi-Select Contact List data type.
When I update the "Assignee" column in Smartsheet, it syncs correctly to Salesforce. However, when I update the "Assigned To" field in Salesforce, I get the following error:
"Smartsheet REST exception occurred.
Error code: 1235.
Error Message: Value is not supported for this column type. Use objectValue instead."
How can I correctly map the "Assigned To" field from Salesforce to the Multi-Select Contact List column in Smartsheet without this error?
Any insights or solutions would be greatly appreciated!
Thanks.