How to add a currency variable to Service Catalog

Winnie P
Mega Sage

Hello Team - What is the easiest way to add a currency question using a variable please for a Service Catalog Item, for example: 
What is your card limit?
Customer to enter an amount in hundreds ie $100 $200 or $1000 or $100.00 $200.00 or $1000.00

Thank you.

1 ACCEPTED SOLUTION
3 REPLIES 3

Creating a 'Variable Validation Regex' works - great thank you Harshvardhan

chrisayres
ServiceNow Employee
ServiceNow Employee

If you use flow designer you can pass a variable from a catalog form into a flow variable and then apply a string transform to a number and pass that variable into a numeric test. For example is a value submitted on a form is >$1000 you can use an IF statement to test the flow variable instead of the catalog variable.