Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Jennifer_siders
Contributor III
Contributor III

JSON Path to extract Parent

Hi Team,

From the JSON, how to i get lead-request.lead.ExternalId?

JSON:

{

  "lead-request": {

   "lead": {

     

     "ExternalId": "100",

     

     "leadProducts": [

      {

        "ExternalId": "100",

        "ProductCode": "PD1",

"ProductType": "Model"

      

      },

       {

        "ExternalId": "100",

        "ProductCode": "PD2",

"ProductType": "Model"

      

      },

 {

        "ExternalId": "100",

        "ProductCode": "PD3",

"ProductType": "Vehicle"

      

      }

     ],

     "leadActivities": [

      {

        "ExternalId": "100",

        "EventType": "Campaign"

      

      }

     ]

   }

  }

}

0695b00000rSfWlAAK.png

0695b00000rSfeCAAS.png

Labels (2)
1 Solution

Accepted Solutions
jonlar
Contributor II
Contributor II

Hi, certain information is missing from your question, but i'm assuming that you are trying to create a input JSON file in the metadata section. If so, this has worked for me with your provided json example

 

0695b00000rcdEKAAY.pngHope this helped

View solution in original post

3 Replies
Jennifer_siders
Contributor III
Contributor III
Author

any advise?

jonlar
Contributor II
Contributor II

Hi, certain information is missing from your question, but i'm assuming that you are trying to create a input JSON file in the metadata section. If so, this has worked for me with your provided json example

 

0695b00000rcdEKAAY.pngHope this helped

Jennifer_siders
Contributor III
Contributor III
Author

Thank you very much @Laroche Jonathan​