@jmcheong7
theres a tableRow attribute in the selector
0= 1st row, 1 = second row and so on…
you can make it dynamic by using an integer variable e.g.
then update tableRow attribute in selector to this tableRow='{{tableRow}}'
@jmcheong7
theres a tableRow attribute in the selector
then update tableRow attribute in selector to this tableRow='{{tableRow}}'