I have a Payload of 100 variables.
i canโt change them manually
where i need to do a mandatory check for each feild like 100 times.
can i do the payload as centralised and run some iteration where each time it will comment the specific field i want, and next it will re-add the field and comment out the next field?
Please help me
Thanks for the Response.
But my requirement is different
I will run the collection and the Collection responses need to Paste into Excel Sheet
Where one field one one Field has to commented. For Ex:
Paylod
{
A:Apple,
B:Ball,
C:cat
}
First time it has Comment out //Apple and send the remaining request
Next add back the Apple and //Ball like this it has to Work.