Salesforce Fact #994 | Setting default value of Sobject Select inputs in Omniscript

If we are using the Select input of Sobject source in Omniscript, there is no point & click option to configure the default value.

We can make use of the 'Edit Properties As JSON' option to set the default value.

In this example, we are selecting an account from the typeahead block in the previous step and in the current step, setting the default value of the Active picklist in the JSON as: 

"defaultValue": "%AccountInfo:SearchAccount-Block:Active__c%"

Attached are the screenshots.




Comments

Popular posts from this blog

Salesforce Fact #929 | Nth highest in screen flow

Salesforce Fact #245 | Enabling Case Assignment checkbox