Hello,
First time posting 🙂
I am using an Excel Table (I know it's not the best data source), to log inspections. One of the columns is for the Inspection Date.
I have tried populating a canvas app from data source, and starting from scratch; however the issue is that the DateValue card always returns a date with the time appended.
I have tried adding a datepicker and simple text input with
Update: DateValue3.SelectedDate
Update: Text(DateValue3.SelectedDate,DateTimeFormat.ShortDate)
And a few more variations without much luck.
The result is always something like this:

I also tried rebuilding the excel table to General format, as well as shortDate format but haven't managed to get it working.
loosing lots of hair over here!!😅
Appreciate any help 🙂