0

I've created a Scenario in Foundry Workshop and would like to save all of the values set in the Scenario to a dataset for further processing or display.

How do I configure my Scenario so that its values are written back to a backing dataset like this?

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

1 Answers1

0

There are two ways to accomplish this task:

  1. You can save the Scenario as a an object. See https://www.palantir.com/docs/foundry/workshop/scenarios-save/#saving-scenarios-as-a-user for the relevant documentation.
  2. You can also apply the actions in a Scenario to the Ontology. See https://www.palantir.com/docs/foundry/workshop/scenarios-apply/ for the relevant documentation.

It is not currently possible to write the values from a saved Scenario to a dataset, but if the Scenario is applied the changes will appear in the writeback dataset as normal.

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