Hi,
I'm trying to create a flow where i output any new rows created in an excel table to sharepoint list - i keep getting an error regarding the date:
OpenApiOperationParameterTypeConversionFailed. The 'inputs.parameters' of workflow operation 'Create_item' of type 'OpenApiConnection' is not valid. Error details: Input parameter 'item/Date_x0020_of_x0020_Month' is required to be of type 'String/date'. The runtime value '"45658"' to be converted doesn't have the expected format 'String/date'.
the error is always repeating here in the create item part:

The date formats are the same in both the list and the excel file.
any help would be appreciated