You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Hi All, I need to display a REST response in a table in VBCS.

Summary:

Hi All, I need to display a REST response in a table in VBCS. What would be the best way to achieve this

Content (please ensure you mask any confidential information):

The requirement is to visualize the below response in a table with two columns – Subtask and Ticket. I have tried using custom types and ADP (Array Data Provider) but it is not working as expected.

Workflow – Button Click calls a REST Service and gets the below response.

Example Response:

{

    "Subtask": [

        "Scalable Infrastructure Setup",

        "Virtual Machine Provisioning",

        "Containerized Application Management",

        "Dynamic Resource Adjustment"

    ],

    "Ticket": [

        "155",

        "156",

        "157",

        "158"

    ]

}


Version (include the version you are using, if applicable):

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!