Hello!
I am looking to patch the date from the Date Picker, but the format sent to Excel is not my preferred view. Ideally it would read mm.dd.yyy
Any guidance would be greatly appriciated!
Hi @naddie627,
From the error message saying that your Date_Time column expects DateTime value, so please check the column setting in your Excel table.
Select the whole Date_Time column and format it as a general column.
Hello Qi,
Thank you for the response! The column type I am using is set to General. I tried using the formula you provided, but I am still receiving an error. Any suggestions?
Hi @naddie627,
Do you want to patch a selected date to excel as "mm.dd.yyy"?
Could you please tell me that which column type you save the date in excel?
I would always suggest a GENERAL column in the excel table to save the selected date from Power Apps.
If the GENERAL column does not affect your data set, please make sure you have a GENERAL column to save the date and modify your formula as below:
Patch(Table_1,Defaults(Table_1),{Date_Time:Text(DatePicker1_1.SelectedDate,"mm.dd.yyy")})
WarrenBelz
146,743
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
66,079
Most Valuable Professional