Forum Discussion
SSNJeffP
4 years agoQrew Captain
Which pipeline steps are you using?
You should have something like:
A. Incoming Request or Make Request
B. Iterate over JSON records - In this step you need to put a sample of the JSON in the 'JSON Schema Sample' area. Once you do this, you should be able to access the values from the request in later steps.
------------------------------
Jeff Peterson
------------------------------
You should have something like:
A. Incoming Request or Make Request
B. Iterate over JSON records - In this step you need to put a sample of the JSON in the 'JSON Schema Sample' area. Once you do this, you should be able to access the values from the request in later steps.
------------------------------
Jeff Peterson
------------------------------
PrashantMaheshw
4 years agoQrew Captain
HI Jeff,
Thanks for the reply .
I was approaching JSON like web hook and was only checking on Incoming Request.
my JSON Schema is failing in iteration , I've asked developer to update me on this.
PS : I would love to see some example of JSON you've got working , I can get on a zoom as well if you get time.
----
------------------------------
Prashant Maheshwari
------------------------------
Thanks for the reply .
I was approaching JSON like web hook and was only checking on Incoming Request.
my JSON Schema is failing in iteration , I've asked developer to update me on this.
PS : I would love to see some example of JSON you've got working , I can get on a zoom as well if you get time.
----
------------------------------
Prashant Maheshwari
------------------------------
- SSNJeffP4 years agoQrew CaptainI'm guessing your JSON schema isn't a valid JSON. 
 Mine looks like this:
 ------------------------------
 Jeff Peterson
 ------------------------------- PrashantMaheshw4 years agoQrew CaptainThanks Jeff,
 This will help me talk to developer
 ------------------------------
 Prashant Maheshwari
 ------------------------------- PrashantMaheshw4 years agoQrew CaptainHey Jeff,
 I talked to my developer and we managed to get it working with below.
 {{a.body_json["contact.displayName"][0]}}
 I'm so surprised , so much of pipeline JINJA is hidden from us and undocumented
 ------------------------------
 Prashant Maheshwari
 ------------------------------