Hi Bubblers,
I’m facing a very persistent and unusual bug while building a standard chat interface, and I’ve hit a complete wall after extensive debugging. I would be incredibly grateful for any ideas.
My Goal: I’m trying to display a list of chat messages (Chat-Nachricht) in a Repeating Group (RG).
The Problem: Inside the RG cell, a Text element should display the message content. However, in the dynamic data menu, the only available option related to the cell is Current cell's index. The expected option, Current cell's Chat-Nachricht, is completely missing.
What I Have Verified (Everything seems correct):
- Data Types:
KonversationandChat-Nachrichtare set up correctly.Konversationhas a field “Nachrichten” which is a list ofChat-Nachrichts. - Test Data: Test entries for both data types exist and are correctly linked in the database.
- Page Context: The page itself has its
Type of contentset toKonversation. This works, as I can see theCurrent page's Konversationoption. - Repeating Group Setup:
Type of contentis correctly set toChat-Nachricht.Data sourceis correctly set toCurrent Page's Konversation's Nachrichten.- (See Screenshot 1)
- Wrapper Group Setup:
- The
Groupelement (“Group_Sprechblase”) inside the RG cell, which wraps the text element, has itsType of contentandData sourcefields empty, as it should. - (See Screenshot 2)
- Privacy Rules:
- All relevant data types have “Creator” privacy rules set up. These are confirmed to be correct and are not the cause of the editor issue.
- (See Screenshot 3)
- Troubleshooting Steps Taken:
- I have deleted and recreated the
Textelement from scratch. → No change. - I have cleared all other elements from the RG cell to ensure no overlapping. → No change.
- I have performed a hard refresh of the editor (
Ctrl+F5). → No change.
Screenshots:
Screenshot 1: Settings of my Repeating Group (RG_Chatverlauf):
Screenshot 2: Settings of the wrapper Group (Group_Sprechblase), showing empty data fields:
Screenshot 3: My privacy rules for Konversation:
Editor Link: Here is a view-only link to my editor. The main page with the issue is called chat.
I am completely out of ideas. Has anyone ever encountered such a persistent issue where the editor refuses to show the correct data context despite all settings being correct?
Thank you so much for your help!


