Hello,
I am working on my first app wich is a simple form validation with Excel as a data source.
I am having issues with one of the date format and oddly enough I have another that works fine!
Here is the issue

Power Apps sends and ISO 8601 date to Excel but Excel then reads it
2022-01-19T23:00:00.000Z
not only adding an unwanted timestamp and zone but also using utc timezone and substracting 1hr to my day pulling it to the day before!
It seems I am far from the first to encounter that issue and I have been roaming the forums from thread to thread, but while I more or less understand what causes the issue I have yet to find a working solution.
I have tried many configurations without success (the fact that I am a newbie does not help!)
I saw on another similar topic a solution that I tried to apply
Here is my card

And the datepicker setting in it

I understand the idea was to force a date and time to Excel to have it display the proper format wich for my need is dd/mm/yyyy
If you have any suggestion or even better a solution it would be greatly appreciated as I have been stuck on this long enough!
The other thing I don't quite understand to my ever boiling frustrastion is why one field works as intended and not the other!


Anyway sorry to make yet another topic on the subject, but I'll be sure to share any solution I find working for future peolple with that issue!