Is it possible to cache (freeze) a smart list (random sample)? | Community
Skip to main content
January 8, 2016
Solved

Is it possible to cache (freeze) a smart list (random sample)?

  • January 8, 2016
  • 1 reply
  • 1171 views

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?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Kenny_Elkington

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.

1 reply

Kenny_Elkington
Kenny_ElkingtonAccepted solution
New Participant
January 8, 2016

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.