I've added a new custom field to account settings (user profile) that is an Entity Reference field using a Select List. The field references a "Courses" content type and an unlimited number of items may be selected. The idea being that a user can buy a course, their profile is updated (via this rule) to reflect that they have purchased the course, and then a separate view has been created to display those courses.

So how do I create an action that updates this select list to include a new selection. It cannot override what has previously been selected. So if they have subscribed to Course A, and are adding Course B, we need to simply add Course B and not replace Course A.

Hopefully this explanation is satisfactory. Thanks.

Comments

Lloyd’s picture

If easier, I can change the field from a select list to checkboxes. So each course would have its own checkbox and the rule would make sure a box for a course subscribed to is checked.

TR’s picture

Issue summary: View changes
Status: Active » Closed (outdated)

I don't see how this would be a problem. If you are just stuck trying to configure the Rule then post what you have so far and perhaps we can see where you're going wrong. Because this issue is so old I'm closing it as outdated - if you still have the problem please open a new issue with more details.