Wondering if anyone else has come across this issue and found a solution.
I'm trying to set up a flow that looks at a Smartsheet and when rows are updated, it updates a table in SQL Server. I'm using the Smartsheet connector and below is how the flow looks.
I'm getting the following error at the "Get a sheet data" step:
"ResponseSwaggerSchemaValidationFailure. The API 'smartsheet' returned an invalid response for workflow operation 'Get_a_sheet_data_(dynamic_schema)' of type 'OpenApiConnection'. Error details: 'The API operation 'GetSheetData' requires the property 'body/value/0/Amount' to be of type 'String' but is of type 'Float'.'"
The column in question contains all whole numbers, no blanks or nulls. When I test with a sheet that's all text everything works so it's the numbers causing this error. Would appreciate any suggestions.