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.
action_number · action · Data & Transform · Available · v1.0.0
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.
Fields shown in the editor when configuring the node. Generated directly from the NodeDefconfigFields.
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
operationOperazione | enumroundfloorceilabsclamppercentcurrencyformatparse | yes | round | Cosa calcolare/formattare. Ogni operazione mostra solo i suoi parametri. |
valueValore | expression | no | input | Il numero (o stringa numerica in qualsiasi formato). Vuoto = usa l'input del nodo. |
decimalsDecimali | number | no | 2 | Numero di cifre decimali. |
minMinimo | number | no | — | — |
maxMassimo | number | no | — | — |
totalTotale (base %) | number | no | — | Se valorizzato: risultato = (valore/100) × totale. Vuoto: valore × 100. |
currencyValuta | enumEURUSDGBPCHF | no | EUR | — |
localeLingua/formato | enumit-ITen-USen-GBde-DEfr-FR | no | it-IT | Determina separatori delle migliaia e dei decimali. |
Fields available to downstream nodes via $node.<alias>.json.<field>:
defaultJSON 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"
}
}Available now on all FlowForge plans. Try it free without a credit card.
Start freeBrowse all nodes