Forum Discussion

krogold's avatar
krogold
Regular Contributor
4 years ago
Solved

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...
  • HimanshuTayal's avatar
    4 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.