- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2024 12:40 AM - edited 12-05-2024 12:42 AM
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
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2024 06:44 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2024 04:49 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2024 03:18 PM
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 ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2024 06:44 PM
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.