I've got a flow running to take responses and attachments from Microsoft Form into List. I am having an issue with the date questions. The flow is successful when I don't put the dates in the questions, but as soon as I do, I am getting this error: Action 'Create_item' failed: The 'inputs.parameters' of workflow operation 'Create_item' of type 'OpenApiConnection' is not valid. Error details: Input parameter 'item/Completethecostingstemplateforqu' is required to be of type 'String/uri'. The runtime value '"2024-09-04"' to be converted doesn't have the expected format 'String/uri'.
I'm assuming I need to convert these, but not sure where to make this conversion within the flow and what code to use. I have attached a screenshot of the flow.

