Description
Format validator with REAL CHECKSUMS — not naive regexes that accept mathematically invalid values. Seven types with correct logic each: email, URL, IBAN, Italian VAT number, Italian tax code, EAN barcode and phone.
action_validate · action · Italy (PEC/SDI) · Available · v1.0.0
Format validator with REAL CHECKSUMS — not naive regexes that accept mathematically invalid values. Seven types with correct logic each: email, URL, IBAN, Italian VAT number, Italian tax code, EAN barcode and phone.
Fields shown in the editor when configuring the node. Generated directly from the NodeDefconfigFields.
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
typeTipo da validare | enumemailurlpivacodice_fiscaleibanphone_itjson | yes | email | email · url · piva (P.IVA IT) · codice_fiscale (CF IT) · iban · phone_it · json. |
valueValore | expression | no | input | Il valore da validare. Vuoto = usa l'input del nodo. |
Fields available to downstream nodes via $node.<alias>.json.<field>:
validinvalidJSON snippet of the node as it appears in the workflow. Values are derived fromdefaultValue and from required parameters.
{
"id": "node-action_validate-1",
"defId": "action_validate",
"label": "Validate",
"config": {
"type": "email",
"value": "input"
}
}Available now on all FlowForge plans. Try it free without a credit card.
Start freeBrowse all nodes