
Hi @WarrenBelz
I have a powerapp gallery which shows amount field in dollars. I need to add comma on the amount field in gallery so that it looks pleasant. Also $ should be prefixed. Any idea how to achieve this? Screenshot included below.
Hi @Iantaylor2050 ,
Please try and modify the Default property of the Label within the Gallery:
"$"& Text(Value(ThisItem.Amount),"#,###.00")
Best regards,