LightningFlowComponents
LightningFlowComponents copied to clipboard
*Dual List Box* - Visibility Conditions Issue
Steps to reproduce
Steps to reproduce the behavior:
- Create a screenflow
- Add an assign element that adds a set of values to a text collection (e.g. 1, 2, 3)
- Create a screen with a checkbox and a dual list box component
- Set the text collection in the dual list box values property
- Create a visibility condition on dual list box where checkbox = true
- Create a blank screen element after the screen with dual list box
Expected behaviour
When checkbox is checked, dual list box is rendered visible and displays the options in the text collection (1,2,3).
Actual behaviour
When the checkbox is checked, dual list box is rendered visible with no values. If the flow is advanced to the next screen and then to the previous screen, the values are visible.
Screenshots
Before checking box:
After checking box:
After checkbox next screen, and then previous:
I just ran into this too. For some reason, today the picklist values stopped showing up when they've been working fine for months. As a workaround, I moved the dual list box into a screen section component and made that conditionally visible instead. That fixed it.