I'm trying to create a calendar for Outlook "create event(V4)".
Triggered data is Dataverse.
I have set "DateOnly" data type for my date.
All the events I want to create automatically are "all day events".
What should i do with this? convert data?
Flow save failed with code 'OpenApiOperationParameterValidationFailed' and message 'Input parameter 'item' validation failed in workflow operation 'Create_event_(V4)': The parameter with value '"@triggerBody()?['entity']?['cr9d1_date_start']"' in path 'item/start' with type/format 'String/date-time' is not convertible to type/format 'String/date-no-tz'.'.
I'm sorry if same questions posted.