I would like to be able to cache a smart list of a random sample to be used in other logic later. What I am finding is that the random sample rule causes the smart list to update each time. Is there a way to freeze this list so it doesn't update later?
Solved! Go to Solution.
Create a static list(or set of lists) and use Add to List with random sample choices to distribute the set of leads. You can then reuse the static list(s) as many times as you want.