I like re-use my POST response in another POST of the same collection

Goodmorning everybody,

I hope somebody can quick help me :slight_smile:

I get the following response of the first POST

{
    "sessionId": 19297
}

now I like to re-use the outcome so ‘19297’ in the second POST

body > RAW > JSON

{"MethodName": "OpenProject",
"Params": {
        "sessionId":18117,
        "projectNameOrGuid":"04ae1e63-24ab-422a-a801-1a46280d674b"
    }
}

All ready thanks in advance!!
Greetz Daniël

Welcome to the community @pagvoorn! :wave:

This question has been answered many times before, I’d recommend searching the forum for how to use variables in Postman.

Here is the documentation on variables to get you started.