where in both {obj} i have to set ALTX for File 1 and BERY for File 2
How could this be made?
I found some examples using csv but with a single json file with multiple object, while, in my situation, I have multiple json.
I could also think to merge them, but there’s still the problem to fill the fiel {obj} properly.
You will need to create a collection (or environment) variable called obj, and the value needs to point to the special “data” variable which will contain the current object in your data file. We can also target the obj key in your object at the same time by using {{data.obj}}.
For example…
You can then reference that in your URL but you need double curly brackets.
But there’s no request body
“timestamp”:“2024-02-08T13:47:07.665+00:00”,“status”:400,“error”:“Bad Request”,“message”:"Required request body is missing: public java.lang.Object…
Oh, sorry… wrong screenshot. I tried with json and also with csv.
When I click “preview” postman gives me all the columns of the json (or the csv).
Could it be wrong formatting?