Beginner - In simple terms how to pass data through an array using a source file

Am very new postman and have searched through some of the topics here which will be extremely useful!!

Need a simple explanation on how to pass through dynamic data into an array.
Yes - I could do this manually by copying pasting each array object statement (tedious)

Have CSV which has 3 fields and data, just need help with how to import and apply :slightly_smiling_face:

Thanks!!!

Hi @Kiran.Kanda,

I believe this is what you’re looking for:

https://learning.getpostman.com/docs/postman/collection_runs/working_with_data_files/

In addition, to @arlem’s answer, you can go through this post - Sharing tips and tricks with others in the Postman community

It’ll help you with sending an array as part of the request body using the data file in collection runner.

1 Like