I have a power app connected to MS list which shows dates in DD/MM/YYYY. Within power apps i select dates using date pickers. I want to be able to see my dates within the table as dd/mm/YYYY.
There are fields for DateOnlyFormat and DateTimeFormat where you can change to None, ShortDateTime and ShortDate.
Copiltot suggested using this but hasnt worked
Text('PowerAppsOneGrid.DateOnlyFormat', "dd/mm/yyyy")
Any ideas if it is possible to change the date format presented in the table?