Issues with clicking variable from data table

I have a data table that is exported from an application. The data is then compared to an excel spreadsheet to find the correct line item from the data table. I then need to click on the correct line within the application. I’ve been able to extract the data and identify which line needs to be clicked.

This is my first time working with strict selectors. For the click itself, what should the target be (ex. The header of the data in the application, the first line of data)? I know I need to adjust the strict selector, but which are in the strict selector would be changed? For the strict selector, I’ve tried adjusting after “ctrl name” to the variable but that hasn’t worked.

@charlotte.e

  1. first indicate two or 3 places which needs to be clicked
  2. check what is similar and which is varying
  3. compare the varying part with the vsalues in excel and see if anythign matches and then use the corresponding field as variable input to the attribute

cheers