Question
Infosys Limited
IN
Last activity: 8 Jan 2026 9:03 EST
Dynamic Questionnaire design in Pega Constellation
Hi Team,
I am trying to design a dynamic questionnarie in Pega constellation. My class structure is like this
WorkClass
-->CollectionQuestionnarie(DataClass)-- Pagelist
-->Questiontext,answertext,inputtype(which is a control like radiobutton,textinput,checkbox,dropdown)
On preprocessing, created the data transform to populate the collectionquestionnarie page-list from the datatype records (classes) with the local source. With this design I am able to see the complete questionnarie, but am not able to achieve dynamic questionnarie.
Like if the first question is answered then second question should be displayed, and if second question is answered then third question is displayed and so on. How to achieve this in constellation?
I have tried refreshing the view by adding the refresh condition in the flowaction like (.CollectQuestionnarie().answerText) but it is not working. As per constellation design, it works only on the work level properties (scalar) but not on the pagelist. In the traditional UI kit, we can have the onchange action on the UI controls, but in the constellation, we dont have that?
Considering this limitation how can I design the dynamic questionnarie in constellation framework?