http request get

can you tell me how to process the response of the http request function? The request itself is processed through curl. I just can’t figure out how to assign a header response from the received response. Can someone share a link to workflow or explain how to process an incoming response and assign it to an existing variable

Hi,

Here is a workflow that parses a JSON string to an object: Create Lead in CRM via API - #2 by Lenny. While the example in the link above is getting data from the integration gateway, the process of parsing data (a response in JSON to an object in the workflow) is the same.