2

Remove Duplicates from multiple Arrays

Basically have some way to remove duplicates across multiple arrays.

1 reply

You can perform a loop to check matches, and if found, run an Array Pop action, getting the correct index with the expression: %arr(#)element.