I need support regarding a date format error when using PowerApps on a mobile phone.
Currently, I have created a PowerApps application that works normally on a computer. However, when opening the app on a mobile phone, a date format error occurs.
Computer: Mobile:
My data has two columns as follows:
Ngay column: formatted as mm/dd/yyyy hh:mm (since I use the Now() function to input the data).
NgayText column: I created this additional column to display the date in the desired format using the formula: TEXT([@Date], "dd/mm/yyyy")
I use the NgayText column to display the date in the Gallery.
However, when running the app on a mobile phone, a date format error occurs. I have tried multiple solutions for more than a day but have not been able to resolve the issue. I would appreciate your support in identifying the root cause and the appropriate solution.
Code for Gallery:
Sort(Filter(RequestTable,IsBlank(lailichLoai_1.Selected.Value)|| 'Loại giao dịch (Nháºp / Xuất)' = lailichLoai_1.Selected.Value,IsBlank(lailichNgay_1.Selected.Value)|| Ngà yText = lailichNgay_1.Selected.Value,IsBlank(lailichtt_2.Selected.Value)|| Status = lailichtt_2.Selected.Value),'Ngà y tạo',If(varSortNewest,SortOrder.Descending, // má»›i nhất trướcSortOrder.Ascending // cÅ© nhất trước))
Code for item:
Text(ThisItem.'Ngà yText', "dd/mm/yyyy")

Report
All responses (
Answers (