Distinct

logic_distinct · logic · Logic & Flow · Available · v1.0.0

Description

Remove duplicates from an array. With the optional field: items with the same field value only the first one is kept.

⚙️ Configuration parameters

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

FieldTypeRequiredDefaultDescription
sourceExpression
Array da deduplicare
expressionyesinputEspressione JS che ritorna un array. Default = input.
field
Campo per il confronto (opzionale)
stringno
es. email, id, hash
Se settato, confronta solo questo campo (es. dedup utenti per email). Se vuoto, confronta l'intero item come JSON.

💡 Configuration example

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

{
  "id": "node-logic_distinct-1",
  "defId": "logic_distinct",
  "label": "Distinct",
  "config": {
    "sourceExpression": "input"
  }
}

🔗 Related nodes in the same category

Ready to use Distinct?

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

Start freeBrowse all nodes