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
You can but this will not be very robust or as dynamic as you visualize it to be. Also, every component in Appian is mapped with a variable where it will store the response/interaction. That will be done in a dictionary instead of a variable now. I'll attach a code sample below in the next comment.
Thank you for the update.Kindly share the sample code. And one more doubt when we the receive the UI component as API response.
Will we be able to create interface with Appian available components or it is feasible to create interface using custom component received via API response?
And also can you share any document or link to understand and implement the same.