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:
Konversation
andChat-Nachricht
are set up correctly.Konversation
has a field “Nachrichten” which is a list ofChat-Nachricht
s. - 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 content
set toKonversation
. This works, as I can see theCurrent page's Konversation
option. - Repeating Group Setup:
Type of content
is correctly set toChat-Nachricht
.Data source
is correctly set toCurrent Page's Konversation's Nachrichten
.- (See Screenshot 1)
- Wrapper Group Setup:
- The
Group
element (“Group_Sprechblase”) inside the RG cell, which wraps the text element, has itsType of content
andData source
fields 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
Text
element 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!