Hello all, as per the attached image, theres a conversation db which has message list, every message db has body(text) and file(list)
now to display this, a repeating group can display body text then another repeating group showing all the attached files in that msg..
now I need to create a text element, which has all the conversation in it, the way it’s viewed in a repeating group..
like the text response I am looking for would be like
Conversation:
Message 1:
Body = body text
Files = file1_url, file2_url …
Message 2:
Body = body text
Files = file1_url, file2_url …
so on..
Please help if someone has experience with such a response.
Thanks.