How to exclude an activity from another?
I want to add a condition in my activity (Activity A) to exclude people if they are qualifying for another activity (Activity B). I tried using profile param (user.activeActivities) and checking if activity ID for Activity B is present in the list, if so, exclude the user from Activity A. It is not working.
Any suggestions?
