Hello,
I got a flow which creates a SharePoint list item by fetching information from an Excel in another document library. I am using List rows present in a table to get the information. I noticed that it's fetching the date from excel as integer instead of fetching it as date format resulting the flow to fail with the following error.
OpenApiOperationParameterTypeConversionFailed. The 'inputs.parameters' of workflow operation 'Create_item' of type 'OpenApiConnection' is not valid. Error details: Input parameter 'item/DateGiven' is required to be of type 'String/date'. The runtime value to be converted doesn't have the expected format 'String/date'.
There is no option to get the formatted value similar to the one available with For a Selected Row trigger. The flow works fine in that case.
The workaround, I have found so far is using date in text format in Excel which works fine. Is there a way to fetch the date as date format from excel?
Thank you.
Bhavpreet Bains