Hi,
i have a strange issue all of the sudden. I have a form for externals to submit planning details and dates (date picker) for projects. Upon a new submitted form, a flow is triggered to create a new item in a sharepoint list (regular date/time columns).
It worked well, no issues.
Then i had to force a logout and password change for my admin user and now all of the sudden the flow fails for below reason:
OpenApiOperationParameterTypeConversionFailed. The 'inputs.parameters' of workflow operation 'Create_item' of type 'OpenApiConnection' is not valid. Error details: Input parameter 'item/Contractual_x0020_shipment_x00200' is required to be of type 'String/date-time'. The runtime value '""' to be converted doesn't have the expected format 'String/date-time'.
So apparently there is a time format issue, coming out of nowhere. It was fine before and worked, i didnt change anything in this sense.
Any idea? i mean afterall if i have a forms date picker and the sharepoint list columns are date/time as well. I want to assume no matter in which format, these two microsoft tools should speak the same language and the format should only be a kind of "display" option. No matter the input, both tools should know the date and be able to display it in whatever format, even if its different, right?!
its a bit strange, but maybe someone has an idea what caused this?
thanks