I have a json output from a http service coming like this. "mes

I have a json output from a http service coming like this.

"message":{
"validation_errors":"True",
"error_data":{
"push_qa_contact_phone":[
"Missing data"
],
"push_dev_contact":[
"Missing data"
],
"component":[
"The Component in your JIRA Ticket is not eligible for OpenWindow."
],
"push_dev_contact_phone":[
"Missing data"
],
"push_qa_contact":[
"Missing data"
]
}
},

I would like to get all the keys under error_data, the keys could keep changing in output how do I get all the keys in this output and parse through each one of them?

OriginalPostID-147661

OriginalPostID-147661

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer
    Unfortunately in the older versions of Appian there was no native way to parse Json. Previously a shared component was available that had json parsing functions but it was removed following the introduction of a!toJson and a!fromJson functions. You can speak to your AE or PS to try and get this old plugin but I would recommend upgrading your system as so much new functionality is now available.
Reply
  • 0
    Certified Lead Developer
    Unfortunately in the older versions of Appian there was no native way to parse Json. Previously a shared component was available that had json parsing functions but it was removed following the introduction of a!toJson and a!fromJson functions. You can speak to your AE or PS to try and get this old plugin but I would recommend upgrading your system as so much new functionality is now available.
Children
No Data