Yarg DataLoader

Hello!
Should I use some DataLoader, for instance Groovy, if I want to pass parameters with Map?
Now, I make groovy String like “return [[‘name’:‘SomeName’]]” and after that: "reportBuilder.band(someBand));"
But I think it’s wrong way, because after that we create thread with groovy and get the same values.
How I chould create report only with java ?
Thanks.

Maybe I should use BandData ?

I have found answer in your smoke tests :slight_smile:
Thanks