Get common values from more than two arrays

Hi ,

I have list of arrays coming from foreach, now i want unique elements for the list of arrays.

for example

localvariables(

local!arrays:foreach(

items:{5,6,7},

expresssion:enumerate(fv!item)+1

)

local!arrays

).

form this output,  i want unique elements from the list of arrays.

can anyone help me in this?

intersection is working only for separate arrays stored in each local variable but not for arrays executed in foreach.

  Discussion posts and replies are publicly visible