Lava Filters - SetUserPreference

Category:Person

Description:Rock has the concept of saved settings / preferences for each user. This filter allows you to save the setting based on its key and provided value. This is a great way of remembering something about the user (like settings from the last time they ran something) for use when they return.
Input: "CurrentPerson": { ... }
Lava: {{ CurrentPerson | SetUserPreference:'block-id-12-last-run-date', '4/6/2016' }}
Output: none