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
------------------------------
Original Message:
Sent: 06-23-2022 11:10
From: Prashant Maheshwari
Subject: Pipeline Trigger : Incoming JSON ,how to extract from body_json
Hellos,
I've a simple JSON file but I'm unable to extract the value below
body_json.contact.displayName fails
body_json.contact.displayName.0 fails
body_json:Object
contact.displayName:Array[1]
0:"Prashant Maheshwari"
------------------------------
Prashant Maheshwari
------------------------------