- Descriptive Title: Not getting output if I send multiple audio locations through CSV.
- Additional Data:
-Note: same code a few months before it was working. but in this new version its not working.
- Platform Details: Postman App,
-Note: same code a few months before it was working. but in this new version its not working.
Hey @pritimayee94
Welcome to the Postman community
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.