New record won't update with "All Users"

Hello!
I want to create a record with a message and a group of emails that the message corresponds to.

This is what I have going on:
COLLECTION: “Email Notification”
COLLECTION PROPERTIES: 1) the “Message” 2) a 1 to Many relationship w/ “Users”

When a post is made it creates a new notification record with the message and a list of “All Users”. This is the problem: When I go to the record that was just created in the Data Base, the Users property on the record is empty… I want it to have all the user emails in it.

What should I do? Any assistance would be MUCH appreciated!

Hello, When sending a trigger notification, you can select (All Users) for the receiver’s section. But it’s different for a database relationship, in this case when updating a relationship, you you’ll be able to add each user to this (Users) relationship in every action. If you’d like to add many users at the same time to that relationship, you can use the Multi-select dropdown component.

Thank you!