Building an incident app that uses two list
List 1: Material list with data like Material Name, number, cost per lb.
List 2: Incident list that has list 1 as a look up
In list 1 Cost is formatted as currency but this does not transfer to list 2 and then into the PowerApp. I'm trying to format the Cost as currency in the power app. I have tried the below on the DataCard and DataCardValue Default fields.
"$" & Text(Value(Parent.Default),"[$-en-US]#.00")
"$" & Text(Value(ThisItem.'Cost/lb'),"[$-en-US]#.00")