Hello Flow Community!
I would like to "compare" elements in two arrays, like eg.:
Array1 ["apple", "orange", "banana"];
Array2 ["strawberry", "apple", "watermelon"];
the thing is that if at least one element (string) is the same in both arrays i would like to eg. send a message.
Did anyone tried something like this, or could give me some hints how to achieve that?
Thanks in advance!