Hi, I am building an education app that has one lesson a day. The current lesson the user should be on is stored as a “current day” number in the Users database, and each daily lesson has a “Day Number” in the Daily Lessons Database - these correspond.
I am designing the daily lesson page where the user does the lesson, this obviously has to be dynamic. I am trying to link the content type of the group where the daily lesson will be done, so I believe I need to Do a search for daily lessons depending on which day number corresponds to the current users current day. I am trying to do this in constraints but cannot seem to get it to work. I have done: “Search for daily lessons:item #Current users Current day” and it does not seem to work.
Where am i going wrong with this? Screenshot attached.
Many thanks in advance!