Number

action_number · action · Data & Transform · Available · v1.0.0

Description

Numeric Swiss-army knife (Math + Intl) with native Italian/European currency and number formatting: round, format, parse, clamp, percentage and more — so invoice totals and prices never come out wrong.

⚙️ Configuration parameters

Fields shown in the editor when configuring the node. Generated directly from the NodeDefconfigFields.

FieldTypeRequiredDefaultDescription
operation
Operazione
enum
roundfloorceilabsclamppercentcurrencyformatparse
yesroundCosa calcolare/formattare. Ogni operazione mostra solo i suoi parametri.
value
Valore
expressionnoinputIl numero (o stringa numerica in qualsiasi formato). Vuoto = usa l'input del nodo.
decimals
Decimali
numberno2Numero di cifre decimali.
min
Minimo
numberno
max
Massimo
numberno
total
Totale (base %)
numbernoSe valorizzato: risultato = (valore/100) × totale. Vuoto: valore × 100.
currency
Valuta
enum
EURUSDGBPCHF
noEUR
locale
Lingua/formato
enum
it-ITen-USen-GBde-DEfr-FR
noit-ITDetermina separatori delle migliaia e dei decimali.

⬆️ Node output

Fields available to downstream nodes via $node.<alias>.json.<field>:

  • default

💡 Configuration example

JSON snippet of the node as it appears in the workflow. Values are derived fromdefaultValue and from required parameters.

{
  "id": "node-action_number-1",
  "defId": "action_number",
  "label": "Number",
  "config": {
    "operation": "round",
    "value": "input",
    "decimals": 2,
    "currency": "EUR",
    "locale": "it-IT"
  }
}

🔗 Related nodes in the same category

Ready to use Number?

Available now on all FlowForge plans. Try it free without a credit card.

Start freeBrowse all nodes