Salesforce Certified OmniStudio Developer — Question 23

A developer builds a new OmniScript. It contains a Set Values element with a ContextId key/value pair that was used during testing.
What should the developer do before moving the OmniScript to a production org?

Answer options

Correct answer: B

Explanation

The correct action is to delete or deactivate the Set Values element because it contains a testing key/value pair that is not relevant in production. Keeping it could lead to unexpected behavior in the live environment. The other options either modify the element or its value, which does not address the need to remove testing data entirely.