Multiple parameters through CSV Feeder

Hi,
I have created a csv files which has 4 different usernames.
I want gatling to run all these requests with 4 conncurrent users:

Hi,

1/ What is the content of your “user_credentials.csv”? Do you have an “email” column?
2/ csv(“records_information.csv”).queue => csv(“records_information.csv”).circular
So that you can cycle through the same feeder.

cheers
Nicolas