I've created a Powerapp for data entry which contains a date field using Today(). The App writes back to a table in a SQL database via a power automate flow.
When I run the app in a browser the date is displayed as MM/DD/YYYY and the App writes back to SQL. However when I run the App on a mobile device the date is displayed as DD/MM/YYYY and the App does not write back to SQL.
The error on my Flow is:
Conversion failed when converting date and/or time from character string.
clientRequestId: add48fa2-e6cd-49ff-8d42-7290f9dbeab2
I'm not sure why the mobile version displays the date differently but it appears to be problem.
How can I fix it?
Thanks