I have an event app where users can create events, and I want the event page to show who created the event. I’ve added a simple list with a custom filter. Here’s what I’ve tried (screenshots attached):
scenario 1: ID (or email) = current activities (created by’s) ID
this returns all the users
scenario 2: activities (created bys): all contains current activity
Have you created an Activities collection that has a relationship with Users (One User can have many activities) and renamed this property as “Created by User”?
If so, you should be able to have a list with only one output or even magic text within a text field. This works if only one user can make each event. Hope this helps. Feel free to send a Loom if needed.
Solved my own problem. In case anyone else has this problem, when creating a new activity/event, make sure when you ‘submit’ you’re updating the databases (users and activities).