Getting error entering array value in matches activity

Hi, is it possible to get the array values in matches activity. When i tried doing the same, it compares with the text “Array” and not the value inside the “Array”. How can this be resolved ?

Hi @Anju_Unnikrishnan, You’ll have to use a loop and then compare each item in the array.You can use a for each loop, and then within it, for each item, you can use the Matches activity. Hope this helps!

Hi @Anju_Unnikrishnan, Use for each and then compare each item in the array, and then within it, for each item, you can use the Matches activity.