Regex list of urls saveAs Feeder

I am trying to come up with an automated test for my e-commerce website. The homepage contains multiple products, which I want to visit individually.

Gatling allows me to do a regex and store the data with SaveAs Method, however, it doesnt allow me to save a list of urls that I can eventually used as a feeder for further calls. I think its not possible yet, but would love to do that.

Currently, we create a csv file with urls of product pages, fetched from the database. But that keeps us restricted to use only fixed products, which makes it more hard coded.

Thanks,
Jay

Of course you can!
That’s the typical use case for foreach: https://github.com/excilys/gatling/wiki/Structure-Elements#wiki-foreach

Cheers,

Stéphane