krogold
5 years agoRegular Contributor
cannot obtain data source from a specific row
Hello, I'm currently trying to use a feature of data source loops from the example Obtain property values of the specific row but it does not work. I have a loop with several elements that can be...
- 5 years ago
krogold :
Why don't you use groovy script logic instead of DataSource Loop, as i am not sure that you can change the iteration number at runtime. DataSource will run sequentially.
Or if you want to use DataSource then you load all the properties at starting and then use the properties later on as described in this link.