Hello Champs
I have a little problem and trying to figure out a solution for it.
My PowerApp app uses sharepoint list as a backend to store data. The PowerApps gets data from user in a form and saves it to the sharepoint list.
One column named "DueDate" is set up as Date and Time data type in Sharepoint list. When users enters a date in the PowerApps, it always saves the earlier date in the sharepoint list. For example, if the user enters 15-04-2021 in powerapps, it gets saved as 13-04-2021. I'm not sure if this is related to timezone, but one day earlier should not be of timezone difference.
Can you suggest how i can resolve this issue? I would like to save the same date and time as user entered in powerapps to the sharepoint list.
Please note, i use form to get user input and uses submitform() to submit data to sharepoint list.
Regards
Sri