I am attempting to use a test with stored values to create a table row, search for the table row I created, and delete the table row. To do this, I want to use data-driven find logic. When I did something similar following along with this tutorial, it worked fine and I was able to do it.
https://www.youtube.com/watch?v=yfXJmj1c0Xc
However, now that I am in my application, it does not seem to be letting me use the data-driven find logic. I have combed through trying to find the answer of why this is, but for the life of me I cannot see what is different. I have the local test data, but it just will not let me use it for this test. Even in other tests I have tried it works fine, but this one it does not.
Can someone more experienced tell me why this is not working here?