Hi All,
I am new to postman and trying to get below collection which is part of a response into another collection variable to be used in another request.
“data”: [
{
“id”: 77
},
{
“id”: 76
},
{
“id”: 74
},
{
“id”: 73
}
]
How do I create a collection variable called “data” and store below which I can reuse as a data payload in another request?
Any help/pointers will be much appreciated. thanks
[
{
“id”: 77
},
{
“id”: 76
},
{
“id”: 74
},
{
“id”: 73
}
]