Money

This field is used to input a money data into a workflow.

{
"type": "money",
"id": "moneyReq",
"label": "money Req",
"showInTable": true,
"isRequired": true,
"currency": "INR",
"symbol": "₹"
}

The above example inputs INR currency with ₹ as the symbol. Money field has attributes like currency and symbol which can be used as per the user's convenience.

Field Attributes

NameTypeDescription
idstringAssigns a name for the given field on the backend. This name can be used to refer this field in another field
labelstringAdds a label to the given field
isRequiredbooleanMakes a field mandatory
showInTablebooleanDisplays the field in a table after saving the entry
currencystringIndicates the currency that is to be displayed
symbolcharacterIndicates the symbol which comes along with the amount