Data = data store in Value, If not = false

VetriBP

New Member
Hi Guys, Please help me,
How to do??

Trim([Value])=Instr([VPN])=True and store in value. If not = Instr([VPN])= False

(One Value in the Excel (eg: A1 cell have VPN1000) then it is true and store in Data Item.
If Value is not in the Excel (eg: A1 cell did not have VPN1000) then it is false)

Please help me to design this flow in Blue Prism.

Thanks By
Vetri
 
Last edited:

gil.silva

Active Member
Hello VetriBP,

I'm not sure if I understood your question.
You want to check if a certain value is in the excel cell?
If so, you can create a loop to read the cells and compare the output value with your data.
 
Top