Hi, currently working a powerapp which utilizes a sharepoint list. I have a text input which calls the most recent entry for pensionable earning and allows the user to edit this if there is a change. The submit button then submits the pensionable earning. Currently the pensionable earning is formatted as a number and submits to the sharepoint list as such, I would like for it to be formatted as a currency and rounded to two decimal places always ($758.00).
The syntax for the text input right now is as follows below.
LookUp(Sort('Pension Record',EAKey=EAKeyDropdown.Selected.Title,Descending),EAKey=EAKeyDropdown.Selected.Title,'Pensionable Earning')

Any suggestions?