Hi, I’m trying to create a test to run in the Collection Runner with a CSV file to set the input variables.
The request is a POST with an array that can contain up to 3 values.
If var2 or var3 are not specified in a particular row of the CSV file, I need the request to omit that element from the array for that iteration. Is this possible?