Validate

action_validate · action · Italy (PEC/SDI) · Available · v1.0.0

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.

⚙️ Configuration parameters

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

FieldTypeRequiredDefaultDescription
type
Tipo da validare
enum
emailurlpivacodice_fiscaleibanphone_itjson
yesemailemail · url · piva (P.IVA IT) · codice_fiscale (CF IT) · iban · phone_it · json.
value
Valore
expressionnoinputIl valore da validare. Vuoto = usa l'input del nodo.

⬆️ Node output

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

  • valid
  • invalid

💡 Configuration example

JSON 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"
  }
}

🔗 Related nodes in the same category

Ready to use Validate?

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

Start freeBrowse all nodes