i have a filtered DT from which I converted the values to string.
Now I want to search in a for each loop, for the variable (a number) in SAP table. When the value is found, i want to double click on it.
e.g.:
variable value (string) = 0041504293/00010
next step: go into SAP and search that number (yellow highlighted) and click on it
Note: It is not possible to go and search with the SAP integrated search function, because it can only search for different values but not for that one.
But these dont quite fit to my case. It’s a whole table in SAP.
I extract it with data scraping, filter it and at the end a few values are left. Now I want to search them in SAP and click.
With the approaches from you, I would already have to know, where the values positions are, but i dont know them, because of the data table.
Another approach is getting the index from datatable and making a dynamic click by passing the index into the row or idx attribute in the click activity