Displaying data from two different CDT's in a single grid
I am working on a questionnaire application in which a question can be set as a parent and it can have multiple child questions.
I have created two different tables, one to hold parent questions and the other one to hold child questions. Also, I have created two different CDT's for the same in Appian.
In interface, I am displaying all the questions in a grid layout using foreach. If a question has child questions, I want to display those child questions right below the parent question as part of the same grid layout but currently I am unable to do so since parent and child questions are of two different CDT's.
Is there a way I can list both parent and child questions in the same grid?
Thank you in Advance.
