Response code vs response content


Can can someone tell me the issue with lookup in pairs block because when I run at it shows the error cannot accept arguments [field1],[json],[not found]

Show your api json response structure

{"created_at":"2022-12-06T18:16:54Z","entry_id":1213,"field1":"803","field2":null}

responseContent, not reponseCode.

There is no main key

Is this your complete response Content from the api?

I will echo @ABG's comment here. responseCode is the the HTTP status code, such as 404, returned from the server. The responseContent variable will contain the actual content of the response.