How can I edit the default value of a Static Object Set?

I created a Workshop application with multiple variables and clicked “Save with current variable values as default”.

Now I want to flush those default values, as I don’t want them anymore (e.g. I clicked by mistake, I no longer want a default value, …)

How can I empty or flush those default values ?

Hi @VincentF,

In Workshop you can use the Event to “Reset ____ variable” on a button group to reset the desired variable values, you can add as many events as you want to a button to do this with the variables you want to reset!

See an example configuration in the attached screenshot

Specifically for static option sets, one solution is:

  1. Make a new object table (can be on a new, hidden page)
  2. Toggle off: Enable auto-selection. Note the name of this table’s auto-generated active object.
  3. Reset the new active object variable with either an event or by saving and refreshing
  4. Create a button with an event to Set variable value where Source variable is the temporary active object variable and Target variable is the one whose default you want to clear.
  5. Save with current defaults.
  6. Clean up and delete the temporary button, object table, and active object variable used here.
1 Like