Hello I was looking for what is the best approach to append a data driven value (from local data for example) to the end of an element locator.
For example I have an element (label) which is repeated and has the html attribute <....id=row##>. The ## value increments from row 1 <label id=row01>....<label id=row10>
I wanted to see if there's an approach when providing the element locator expression I can do something like Id=row$(rownumber)
with rownumber being the datadriven variable.
The case for this would be to evaluate a specific row by test.
I have reviewed the following article - https://docs.telerik.com/teststudio/features/elements-explorer/find-element#data-driven
but it doesn't seem to provide a solution to append the data driven