Re: Create Event V4 with Date Time Column in SharePoint Online
Hi @ ThomasDK,
Do you have Date and Time Column in SharePoint and use it as the content of the Start time and End time of the Create event action?
Could you please show me more about your flow? I assume you have this in flow and have a test on my side, please try the following workaround:
I created two columns of type date and time and made sure that the field has a value.


Set the Start time to
formatDateTime(triggerOutputs()?['body/Starttime'])
Set the End time to
formatDateTime(triggerOutputs()?['body/Endtime'])
Best Regards,
Zhi Chen