Hi, I am having an issue with my Power app regarding saving the correct date. I use a datepicker on my input page of my app and the user selects the date. I have the hours and minutes set as not visible so there is no input from them. When I look at my Spreadsheet the date shows as the day before with the time set at 23:00. I have seen a solution that states the following:
Solution: Set the Default of the Date DATA CARD (not the Default Date on the Date picker) to
DateAdd(Thisitem.'StartDate', 5, Hours)
However, this does not work for me and gives a red cross saying there is an error in the formula. I have changed thisitem to thisitem.date which is what my datacard is set at, but it still does not accept it. I realise I would have to change the number from 5 to suit my United Kingdom timezone, but I can only do this if the formula was correct.
Any help appreciated. TIA.