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!