Click into Details for SAP VA01 Create Sales Order

@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.
image

then update tableRow attribute in selector to this tableRow='{{tableRow}}'

2 Likes