How to add 'created by' to event page

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

  • this returns nothing


Where am I going wrong here? Thanks!

Hey @mowandering

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.

Hi Emeka,

Thank you for your reply. I’ve made a Loom video to show what’s happening.

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).

@mowandering - glad you figured it out. Happy building.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.