Dear community,
I am working on a new Power App for managing training sessions, connected to several new Power Automate flows.
I was proud to present my work to my client for him to test it.
I showed him all the process on my computer and everything was more than correct (almost perfect).
Then he started to use it on his computer and almost everything crashed.
We realised that his computer is set to deal with long dates. Mine works with short dates. And a big part of this process is based on dates management.
What are the best practises to avoid this kind of situation ?
Dates come from the DatePicker provided by default by Power Apps.
Am I right to use Collections in Power Apps to store those dates (I need to manipulate the same source date for different purposes) ?
The final data are stored in a Sharepoint list (long dates from his computer, short dates from mine).
Thank you for you support !