Hello!
I have array of integer elements.
I need to compare the values of the array with each other
array1 = [1,2,3,4,5] - false
array2 = [2,2,2,2,2] - true
array3 = [4,4,4,4,5] - false
How to do it in UiPath?
Hello!
I have array of integer elements.
I need to compare the values of the array with each other
array1 = [1,2,3,4,5] - false
array2 = [2,2,2,2,2] - true
array3 = [4,4,4,4,5] - false
How to do it in UiPath?
This worked.
Thank you!
you are welcome
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.