Okay, let’s start by saying I’m a total newbie to Postman, so if I’ve defined the Category incorrectly, feel free to change it.
My problem is as follows.
I’ve defined a request containing the following parameters
Key Value
fnamn Jack
enamn the ripper
date_of_birth 1842-01-01
Hopefully, the attached screen scrapes show what I mean. In the DOB_correct scrape, you can see that the request contains all 3 keys and the response is as expected. In the DOB_incorrect scrape from within Collection Runner, the key used is suddenly a completely different one.
FWIW. The Name/DB ok request was created by duplicating an existing one (that probably contained the “invalid” search_key 1752…)