Csv data not getting populated in iterations

Hi

I am trying to run collection run for a SOAP API with csv and json file with over 100 records. all the requests are failing as 500 internal server error

this is the body

and my csv file looks something like this

all the iterations have the same request body as above and data from csv is not being passed

Can you get a single request to work?

Can you show how you have setup the request in Postman?

SOAP requests should be set to raw/XML or raw/Text.

Not sure where JSON would come into the mix.

What is showing in the console logs? Are the variables being completed (or are they being treated as strings).

I’ve just setup a quick test.

The console logs show the variable being transposed correctly.

Hi

I used a test and in that the variables are being transposed correctly

But when I run my API They are still being treated as strings