Forum Discussion
DougHenning1
2 years agoCommunity Manager
What does the JSON schema sample look like, and how does it compare to the raw JSON output? You blurred it out above, but the schema example doesn't need to have real values in it- only the field names and structure are important. Also it should only represent a single record object, not the whole tree. Seeing Data 0
in your field path in step K leads me to believe you don't have it set up to reference a single record.
Without fixing the schema sample, you should still be able to reference the id as {{ j.raw_record.release.id }}
Hope that helps!
------------------------------
Doug Henning
------------------------------
Frontman
2 years agoQrew Trainee
Thanks Doug for the help! After reading your post, I reference the JSON handler QB support article again, and this fixed it: {{ j.raw_record['release']['id'] }}
------------------------------
Frontman
------------------------------