I'm trying to setup a Microsoft Flow to move data from a SharePoint list to a Smartsheet. The problem I'm running into is that the Contact column type in Smartsheet won't accept the "Person" column type data from SharePoint. I continue to get this error:
Value is not supported for this column type. Use objectValue instead.
"errorCode": 1235,
"message": "Value is not supported for this column type. Use objectValue instead.",
"refId": "19xodyhphnofg",
"detail": {
"index": 0
There are no additional options in Flow that I can see to use. Can anyone help me figure out what combo of data I need for Smartsheet to accept the contact information of the person selected in SharePoint?