Forum Discussion
- JeffPeterson1Qrew CaptainWhich 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
------------------------------- PrashantMaheshwQrew CaptainHI 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
------------------------------- JeffPeterson1Qrew Captain
I'm guessing your JSON schema isn't a valid JSON.
Mine looks like this:
------------------------------
Jeff Peterson
------------------------------