My app is a language teaching aid. I want students to be able to access expressions they’ve learned after the lesson through a learning portal.
I save the expressions as a list of texts within a Lesson object. In the Learning Portal, the student will see a list of lessons they participated in and can see further details when clicking on a lesson.
Hmm, if you’re using it in a repeating group, why a you referring an object outside of a current cell?
My take is that this may be related to the data structure\hierarchy, but it’s a wild guess as I can’t see.
Please double-check to see you’re not pulling wrong fields here inside your RG text - I see Lesson’s NEW EXPRESSIONS and simply EXPRESSIONS in your screenshots - that does not seem to be the same thing (unless you renamed them recently).
When someone clicks the “See Notes” button, they go to do the Lesson Details view. The data of that specific lesson is saved in a Custom State called “Current Lesson”. Each Lesson object has a lists of texts called “New Expressions”
In any case, I tried doing this all in the same view without a Custom State and it still didn’t work.
The EXPRESSIONS you see is because app copies data from a database called Lesson Expressions and inputs it into New Expressions. This part works perfectly fine.