What is the difference between a smart list and a list in terms of using them in a program? | Community
Skip to main content
October 15, 2013
Question

What is the difference between a smart list and a list in terms of using them in a program?

  • October 15, 2013
  • 3 replies
  • 3581 views
Can someone explain the difference between using a smart list vs. a regular old list as a filter in a program? 

Thanks!

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

3 replies

October 15, 2013
Smart lists automatically update based on your database and list criteria.  Static lists do not automatically update.

Is that what you're asking?
October 15, 2013
The "regular old list" is static, meaning that you have a list of contacts, but their data is not being updated. A Smart List can be thought of as a living list such that as data on that person is updated, the Smartlist info updates too. Your use of them will depend on the programs you are developing.
October 15, 2013
Thanks! This makes sense. Lots of flexibility with Marketo!