I want to import text from Excel and use the text as part of a condition for If-Else decision. This text is not placed into any web page field. I just want to grab the text and make a decision based on its content.
Is there a way to do this?
For example:
If (the imported Excel text = a specific value) then
Execute TestAsStep1
else
Execute TestAsStep2