Hi Folks!
Iām new to Postman and I have no sweet clue about coding. The only thing I kind of know is Excel VBA
In a previous topic question, I asked How to store the response body as a JSON variable? and itās a follow-up to it, but separating it since it might be someone else thatās new doesnāt know how to do.
My variable is named varconnectionID
(In my previous topic post I named in connectionID, but when making this new request I realized that I was using confusing naming conventions)
Iām trying to use the collection variable made in a previous request in a new request but the response is indicating that variable doesnāt exist.
Any ideas?
Thanks in advance!
Main Call
{
āargumentsā:{
ācountā:ā50ā,
āstartIndexā:ā100ā,
āconnectionIDā:varconnectionID,
āincludeRoleMembershipā:ātrueā
},
āmethodNameā:āgetAllUsersā,
āserviceNameā:āUserServiceā
}
But my response is
{
āerrorā: {
āmessageā: āvariable [varconnectionID] doesnāt existā,
ātypeā: āexpressionā
}
}