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
  • 0
    Certified Lead Developer
    in reply to liyakathullahkhana0001

    I do not have sample code I could share, but the pattern is to use the choose() function to check for the UI components you need and then for each, use the Appian UI components to build them. Then, run this expression in a foreach() to create that UI.

    This is not a simple endeavour that includes some edge cases of what can be done with Appian.

    And when you start thinking about doing this using custom components, which is feasible, I have to ask, why exactly do you want to use Appian?

Children