23-11-19 08:44 AM
Problem Statement: If a Collection has Columns named as "Name", "Age" and "Sex" , and it has multiple rows, You want the find the value "Vivek", but you don't know where is it present or which column it may be present, just use this VBO and it will give you an output in the below format.
Column Name, rowindex, columnindex
Name, 1,1
Name,4,1
Which translates into the keyword "Vivek" being present in column named as "Name" and is present in 1st row of 1st column and is also present in 4th row of 1st column
Solution:
Blue Prism : Find Any Value inside a collection to return row and column Inex - RPA Tools
Answered! Go to Answer.
15-07-20 10:04 AM
15-07-20 10:04 AM