Not getting output if I send multiple audio through CSV

-Note: same code a few months before it was working. but in this new version its not working.

  • Platform Details: Postman App,
1 Like

Hey @pritimayee94 :wave:

Welcome to the Postman community :postman:

In the async request (pm.sendRequest) the key for the Request Headers should be header and not headers.

Also, I’m not sure why you have that wrapped in the Test as its not testing (there are no pm.expect statements) anything and it will always pass.

I’m not sure of the implementation of your local server to know what the /write endpoint is expecting.

Can explain how I will send multiple locations through a CSV file? and the output needs to be stored in Excel.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.