Send asynchronous requests

Hi,

I would like to implement the following behaviour with Gatling, and I don’t see how to do it.

As a result of a query, I get a dynamic list of 0 to 10 generated URLs.

Then, I want to POST data to each of those URLs, in an asynchronous and paralleled manner.

I couldn’t find how to do it with Gatling. Is it even possible?

Thanks a lot,