I'm a little baffled here. I have an edit form being populated by a gallery selection. On one of the text input field I am using this code in the OnChange property.
Text(
Value(TXT_BudgetReview.Text),
"[$-en-US]$#,##0.00"
);
In the preview it appears to understand what to do with the value populated in the text field but the text field just no formatting.


What's happening here?