LightningFlowComponents icon indicating copy to clipboard operation
LightningFlowComponents copied to clipboard

QuickChoice - v2.40 - Reactivity - Cannot choose controlling output if in a section

Open cadillacben opened this issue 1 year ago • 0 comments

When the parent quick choice is in a field section, it is inaccessible as a parent for a dependent quick choice.

Steps to reproduce

Steps to reproduce the behavior:

  1. Create a screen with a section component
  2. put a controlling and dependent quick choice inside the section - quickChoice1 and quickChoice2
  3. Both are picklist values
  4. the second should be dependent on the first

Expected behaviour

quickChoice1.value should be an option in the controlling value field

Actual behaviour

quickChoice1.value is not an option in the controlling value field

Screenshots

If applicable, add screenshots to help explain your problem.

Work around

move the quick choices out of the sections, set up the dependencies, and put them back in the sections. You have to move them, click done on the screen, and go back in.

cadillacben avatar Jul 13 '23 20:07 cadillacben