Forum Discussion
hueyal
4 months agoQrew Cadet
You are close; however, it doesn't appear you are referencing the json response. The data you pasted looks like the output content. In the output of your Make Request step, scroll to the bottom and to the json node.
This will show you the json data and help you determine the correct path for the field data.
Based on the screenshot attached, I used the following to get the customer_name value to pass in the create record step. For demo purposes, I used record[0] to get the first record of the response. If your data returns multiple records and you need to create a record for each one, you need to implement a loop within the jinja.{{c.json.qdbapi.record[0].customer_name}}