Dynamic UI components building using API JSON response

I have to create Dynamic UI meaning based on the API JSON response received.

I will be receiving the input type like check box or input and all the other attributes in JSON response, using that can i create the component and create dynamic UI?

  Discussion posts and replies are publicly visible

Parents Reply
  • Hi, 

    You mean they should send as above structure in API response.

    They have below structure like for example

    {

      "questions": [

        {

          "identity": 423,

          "text": "What is the Client's country of registration?",

          "questionType": {

            "identity": 1,

            "name": "Single Select"

          },

    Will this not work? If works how can we convert into Appian format from their JSON response?

Children