Description
Remove duplicates from an array. With the optional field: items with the same field value only the first one is kept.
logic_distinct · logic · Logic & Flow · Available · v1.0.0
Remove duplicates from an array. With the optional field: items with the same field value only the first one is kept.
Fields shown in the editor when configuring the node. Generated directly from the NodeDefconfigFields.
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
sourceExpressionArray da deduplicare | expression | yes | input | Espressione JS che ritorna un array. Default = input. |
fieldCampo per il confronto (opzionale) | string | no | — es. email, id, hash | Se settato, confronta solo questo campo (es. dedup utenti per email). Se vuoto, confronta l'intero item come JSON. |
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"
}
}Available now on all FlowForge plans. Try it free without a credit card.
Start freeBrowse all nodes