Why do picklist values on Omniscript not display?
September 17, 2023
ยท
1 min read
Vlocity has is fairly mature in terms on how it converts configuration to operating code.
For example we are able to present options for a picklist from Apex.
Recently troubleshot a situation where the picklist values so returned were not populating. This is particularly difficult to troubleshoot since the method input is often JSON structures for input and output parameters.
Based on work done, it was noticed the OmniScript at the build tab, has a checkmark that allows for prepopulating values for picklists.
If that checkmark is not checked, even if the method returns values for the input, nothing is returned, possibly since the method is not called until after the picklist (select) element is made available on screen..