I have a situation. I need help to solve the problem.
I have a data set where I have a “list of queries” and “List of Response”. I want to display responses related to each query. How can I make this happen?
I can certainly display issues and responses; however, I can’t display as a conversation thread.
Hey! You’ll first need to make sure you have the database setup correctly. One way to achieve this by setting up:
Queries (data type)
List of Responses (list of responses)
Responses (data type)
In your repeating group, you’ll have a repeating group inside one of the main repeating group’s cells. The main RG should display Current cells Query. Inner repeating group should display Parent Group’s Queries Responses.
@telaholcomb, Thank you for your response. I appreciate it. I applied this method at the beginning. The thread is being shown for every order. I don’t want them to be displayed in every order. I want them for an individual order, where the conversation is happening. The list of queries and responses are being held inside the “Orders” data type. I need to show these in order details as a conversation thread.