Hi,
How do find the duplicates in an array of one-dimensional array like for example {apple, mango, Banana, apple}
now I want output will be like apple and count as well like how many times apple is repeated…
Thanks, advance
Hi,
How do find the duplicates in an array of one-dimensional array like for example {apple, mango, Banana, apple}
now I want output will be like apple and count as well like how many times apple is repeated…
Thanks, advance
Hi @tejaswi_nerella
U can u an assign activity for this
with left side in To section of assign activity as
dict and right side Value section as (From item In intArray
Group item By value= item Into GroupResult=Group
Select GroupResult).ToDictionary(Function(x) CInt(x(0)), Function(y) CInt(y.Count))
its return null value please share workflow i appreciate