UPDATE on App Builder's save states/parameter values?

Hello Mathieu,

Regarding the option to save states/parameter values:
What is currently the most effective method for implementing this using App Builder behind a paywall?

Thank you

Can you tell me more about your use case? Did you setup a paywall in front of your whole App? For what purpose do you or your users need to save states?

Hi Mathieu, yes, a WordPress page with the embedded App Builder is reached after the user logs in.
My users will be designing glasses and may not finish a model in one session.
They have requested some way of “saving” the model config.

As you know, I´ve done this in a rudimentary way, but I wanted to know if there is a correct way for this scenario.

Thanks

The easiest, out-of-the-box solution is to ask you users to export parameters values or create a model state from the viewport menu:

The parameter values are saved as a json file which can be loaded again in the next session. Model states come with an id (a small string of characters) which can be reused to load the state afterwards.