SOLVED

Remove from program if not member of smart list anymore

Go to solution
Amod_Kumar_Shar
Level 2

Remove from program if not member of smart list anymore

Hi There,

Got a task where client is asking:


1. Remove from program if not member of smart list anymore

2. if member of smart list but not the program, add to program

 

As per my understanding this ask can be activated with the help of smart campaign. 
Can anyone suggest what filter shall I drag in smart list and what in flow? 

/Many Thanks
1 ACCEPTED SOLUTION

Accepted Solutions
SanfordWhiteman
Level 10 - Community Moderator

Re: Remove from program if not member of smart list anymore

Trying to do this in a single Smart Campaign is not correct.

 

You use 2 SCs, each straightforward:

  1. Smart List = Not member of Smart List <list name> AND member of program <program name>
    Flow = Change program status <program name>, status <Not in Program>
  2. Smart List = Member of Smart List <list name> AND NOT member of program <program name>
    Flow = Change program status <program name>, status <initial status>

View solution in original post

2 REPLIES 2
SanfordWhiteman
Level 10 - Community Moderator

Re: Remove from program if not member of smart list anymore

Trying to do this in a single Smart Campaign is not correct.

 

You use 2 SCs, each straightforward:

  1. Smart List = Not member of Smart List <list name> AND member of program <program name>
    Flow = Change program status <program name>, status <Not in Program>
  2. Smart List = Member of Smart List <list name> AND NOT member of program <program name>
    Flow = Change program status <program name>, status <initial status>
Amod_Kumar_Shar
Level 2

Re: Remove from program if not member of smart list anymore

Many thanks for the quick response.

Very helpful 🙂

/Many Thanks