How to store the group member value in set variable.

Jeck Manalo
Tera Guru

Hello Guys,

 

I am having a problem in using set variables in workflow.

 

What happen right now is that.

 

When the first email is sent out. the group that is assign will able to recieve the email  - No problem on this one.

 

But when the second email is sent out . the member of group on the first email is added on the email which is incorrect. - It should be other group member only and it should not add the email from the first one.

 

In every email there is a separate group members that should receive an email.

 

My goal should be: only member of the assign group should be able to receive an email and not to add the other names on it

 

JeckManalo_0-1733387709659.png

 

1 ACCEPTED SOLUTION

Jeck Manalo
Tera Guru

i fixed it it was a simple flow variable that i have missed.

just need  empty the flow variable after the send email so on the next loop it will store only the new group members.

 

JeckManalo_0-1733453016341.png

 

View solution in original post

3 REPLIES 3

Uncle Rob
Kilo Patron

Your CI_List is essentially saying 
- Take the name from For Each iteration, then add whatever the CI_List used to be.

So its going to be a bigger and bigger audience each time.

yes correct.

 

in CI_LIST i store the list of member of group. eventually once the next email trigger it will also add those members on the email.

 

what i what to achieve is when the email is sent out to the first group of members they should not be added on the next email which they are not on the group.

 

any idea how to achieve this ?

Jeck Manalo
Tera Guru

i fixed it it was a simple flow variable that i have missed.

just need  empty the flow variable after the send email so on the next loop it will store only the new group members.

 

JeckManalo_0-1733453016341.png