Hi,
I am trying to take what's in an excel file and drop this into a sharepoint list so that the list mimics the excel file.
My flow looks like:
Daily trigger -> List rows present in a table -> For each 1 (Create Item)
When trying to do this it works fine until I add in columns that contain dates and then I get the following error:
Action 'Create_item' failed: The 'inputs.parameters' of workflow operation 'Create_item' of type 'OpenApiConnection' is not valid. Error details: Input parameter 'item/field_11' is required to be of type 'String/date-time'. The runtime value '""' to be converted doesn't have the expected format 'String/date-time'.
This is, I'm assuming, that some of the cells in the excel are blank whereas PA is expecting there to be a date, is there a way around this?
Thank you!