Hello,
I have an excel document with a few columns including a date and time column.
For a selected line (my trigger) my flow will feed a word template while creating a sharepoint list and sending an email.
In the email, no worries, I have the "date and time" field.
But it blocks in the recording in the sharepoint list with the following message:
The 'inputs.parameters' of workflow operation 'Update_file_properties_2' of type 'OpenApiConnection' is not valid. Error details: Input parameter 'item/Date' is required to be of type 'String/date'. The runtime value '"30/7/24 12:00 AM"' to be converted doesn't have the expected format 'String/date'.
After browsing the web, I see that in "lists rows", it is possible to select in DateTime Format "iso 8601" but in the trigger "For a selected row", I do not have this option...and I loop on this error.
A huge thank you for your help