@sankhlay - you cannot format a Text Input control to Currency, but you can use an expression on a Text Label to look like Currency:
Concatenate(
"₹",
Text(
Value('Your Data Card Value'.Text),
"[$-hi-IN]####",
"hi-IN"
)
)
------------------------------------------------------------------------------------------------------------------------------
If I have answered your question, please mark your post as Solved. Remember, you can accept more than one post as a solution.
If you like my response, please give it a Thumbs Up.