How to Save Applied Filters and Column Configuration in Workshop?

Hi everyone, :waving_hand:

I’m building a Workshop application with Object Tables and filter widgets. The problem is that every time a user refreshes the page or navigates away, their applied filters and column configuration (visible/hidden columns, column order) are reset.

What I’d like to know:

  1. Is there a built-in way in Workshop to persist filter selections and table column configurations across sessions?

  2. If not, what is the recommended approach to save these preferences on a per-user basis?

Any tips or examples would be appreciated.

Thanks!

Hi! @roushan.kumar in Workshop you can enable State Saving:

https://www.palantir.com/docs/foundry/workshop/state-saving

So the user get’s to see his latest state after saving it.

I sometimes also setup a custom object where I can save the settings for the user automatically.

I create sometimes my custom Settings Object Type because the State Saving Feature in Workshop requires a Module Header: https://www.palantir.com/docs/foundry/workshop/state-saving#module-header-visibility-required