Hi All,
I've been fighting with this for a few hours but can't work out what I've done wrong...
We've got a very simple canvas app that just collects data and puts it into a table on a OneDrive Excel file.
4 date/time inputs work normally (and their default date is set to be this DateValue), but the first Date input is recording very oddly:

On the excel file, it records every date as the day before, and adds 23:00 as a time to it, even though I have removed the time control and changed the DataCard Update to DateValue3.SelectedDate
Here's the excel output:

I've tried changing the Date Card Update function and the Date Picker Format to: Text(DateValue4.SelectedDate,"dd/mm/yyyy")
but that didn't make a difference to what was recorded.
I've tried deleting and re-adding the data card, and still nothing.
Any ideas?
Thanks in advance,
Rich