Hi everyone, I am new to using powerapps. Could someone help me with this, please? I have a text field where the data is coming from lists and I wanted to format it to a US currency. Here's my code on the textfield.
LookUp(
'Source',
JobCategory.Selected.Result in 'Job Category' && EntityType.Selected.Result in 'Entity Type' && JobType.Selected.Result in 'Job Type',
'Min. Fee (ex GST)'
)