Greetings All !
looking for some assistance regarding an integration issue I've picked up when importing data from Excel to Smartsheet's using MS FLow , i.e. Excel->MS Flow-> Smartsheet
I am inserting an integer but the value on Smartsheet contains an apostrophe before the number which is not ideal as i am using these values in formulas in the sheet
"host": {
"connectionReferenceName": "",
"operationId": "InsertRow"
},
"parameters": {
"sheetId": "947...",
"row/Order": 4008274673,
"row/Main": "M3A",
"row/Operation": "10",
"row/Key": "7IN7",
"row/text": "INSPECT",
"row/Description": "EQUIPMENT CHK",
"row/Plan": "2885"
}
}
Any assistance on this would greatly be appreciated.. Thanks !!