Hi Team,
I have SharePoint list that has a form customised using PowerApps. In that form I have a textbox that contains a Date/Time value.
When I pass this value as another SharePoint Event List's Start Date, the date passes correctly but the time has a 17 hour difference.
To pass the value I'm using a PowerAutomate flow that will create a new item in SharePoint Event List.
As an example SharePoint List 01 date and time as 31-03-2022 06:00 PM but SharePoint Event List as 31-03-2022 11:00 AM.
Basically the time is not identifying properly. SharePoint list 01 date and time value is converted from text to DateandTime using the
Text(DateTimeValue(DataCardValue26.Text ), DateTimeFormat.ShortDateTime )
function.
By default SharePoint Event List's Start Date is as DateandTime.
I think this time portion from SharePoint 01 is not passing correctly.
I can't understand the issue with this.
Please help.
Thanks in advance.