Commit f596e82
Created a reusable Flow Action that removes duplicate objects from a JSON array based on a specified key. (#240)
The Action supports options to keep either the first or last occurrence, handle case sensitivity, and trim whitespace from values.
It outputs a structured JSON object containing the cleaned list and useful metadata (total input, output, and removed items).
Co-authored-by: admin <[email protected]>1 parent ae6a20f commit f596e82
File tree
2 files changed
+3624
-1
lines changed- b812ceb69337a210633378917cba10bc
- update
2 files changed
+3624
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
0 commit comments