Where the actionEvent tag will have multiple occurrence in the response. Currently on runner preview, it is just showing the value of column E and not B. How can i read both?
Note: Below is snapshot of my response, actionEvent will be under an array for each iteration.
Like i will be providing as actionEvent_1 and avtioEvent_2 and so on, and while reading the same in the Tests tab will be iterating something like the below one -
Can you correct me how to do the same, if this is somehow possible?
Stored all the value in the CSV in a single column by providing (,) and then reading entire data. Store to an array after splitting the same as below -
var result = [pm.variables.get(โactionEventโ)];