0

I've created a scenario in Foundry Workshop, and would like to set it up so that it resets whenever a user changes their active Workshop tab. Is it possible to accomplish this within scenario variables?

Adil B
  • 14,635
  • 11
  • 60
  • 78

1 Answers1

0

If the scenario array variable is produced from a scenario object set, then changing the object set should reset it. See the relevant documentation for this at https://www.palantir.com/docs/foundry/workshop/scenarios-save/ .

If you have a single dynamic scenario that you'd like to reset, then you can use the "Reset variable" event to reset it to its default value.

fmsf
  • 36,317
  • 49
  • 147
  • 195
Adil B
  • 14,635
  • 11
  • 60
  • 78