Compare info from a data cell to find info in a search rectangle

I am trying to compare the data in a cell from a data sheet to information in a search rectangle and see if eggplant can find the information within the search rectangle. I can get to pull the data from the sheet and create a variable with the information but get a

file not found image error could not ope image “data from file” error.

if the information is a match I can continue with the script. I could place an equals comment but still does not find the image.

It looks like you’re doing an image search when you want to do an OCR search. Make sure you have a “text” parameter in your search:

text: DataFromFile # or whatever your cell data variable is