Salesforce Fact #998 | Show OmniScript step only during forward navigation

Suppose we want a particular step in OmniScript to be visible only during the forward navigation and it should not visible during previous button click.

To implement this, we can use one flag variable and two set values elements and the same flag can be used in the conditional view of the particular step. The first set value would set the flag to true and next one will set the flag to false.

In this example. we are using the flag variable showStep2 to show the step2 only during forward navigation.

Attached is the screenshot.



Comments

Popular posts from this blog

Salesforce Fact #929 | Nth highest in screen flow

Salesforce Fact #245 | Enabling Case Assignment checkbox