LightningFlowComponents icon indicating copy to clipboard operation
LightningFlowComponents copied to clipboard

*Dual List Box* - Visibility Conditions Issue

Open jncart opened this issue 3 years ago • 1 comments

Steps to reproduce

Steps to reproduce the behavior:

  1. Create a screenflow
  2. Add an assign element that adds a set of values to a text collection (e.g. 1, 2, 3)
  3. Create a screen with a checkbox and a dual list box component
  4. Set the text collection in the dual list box values property
  5. Create a visibility condition on dual list box where checkbox = true
  6. 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:

duallistbox1

After checking box:

duallistbox2

After checkbox next screen, and then previous:

duallistbox3

jncart avatar Nov 04 '21 14:11 jncart

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.

boooney avatar Mar 16 '22 01:03 boooney