You are here:
Overwrite Edit Block Values in Omniscripts
Overwrite the number of children in an Edit Block in an Omniscript. You can also set
the Edit Block's value to null in between
steps.
- In the Setup panel of an Omniscript, click Edit Properties As JSON, and enter JSON node "allowOverwrite": true.
- Add an Edit Block inside a Step.
- To populate the Edit Block from an action, add an action, such as Set Values inside or before a step and configure the action.
-
To enable an action to set the Edit Block's value to
null(empty) in between steps, select Allow Clear in the Properties pane of the Edit Block. The action must be in between, before, or after a step.For example, add a Set Values action in between two steps where the Element Value is
{EditBlock1: null}. If EditBlock1 is on the first step, when the user reaches the second step and goes back to the first, the contents of EditBlock1 is emptied. - To enable the action to remove the Edit Block, select Allow Delete.

