LightningFlowComponents icon indicating copy to clipboard operation
LightningFlowComponents copied to clipboard

Dual List Box - Not useable in Summer 21 sandbox

Open KarlLivesey opened this issue 3 years ago • 5 comments

Steps to reproduce

I have tried the different forms of setup input all seems affected for what I have tried

Steps to reproduce the behavior:

  1. Be on Summer release sandbox.
  2. Try and use dualbox list

Expected behaviour

Should beable to progress to next page

Actual behaviour

Error message below is shown. "The Lightning Component c:fsc_dualListBox2 generated invalid output for field selectedOptionsFieldDescriptorList. Contact your administrator with these details: Flow encountered an error when processing and converting between data types. Please check the flow and ensure all data types are matched correctly."

Screenshots

image

Debug Logs

image

KarlLivesey avatar May 14 '21 14:05 KarlLivesey

oh I should add before I forget we are using the latest managed base components (2.17) and unmanaged screen (2.2.1)

KarlLivesey avatar May 14 '21 14:05 KarlLivesey

I tried but was not able to reproduce this problem. Exactly what kind of inputs are you providing to the component?

alexed1 avatar May 16 '21 22:05 alexed1

just a couple of string collections the first contains labels of countries the second contains the Object ID of the country

KarlLivesey avatar May 18 '21 10:05 KarlLivesey

I can confirm this is still an issue in the Winter '22 release.

FlowActionsBasePack - 2.33 FlowScreenComponentsBasePack - 2.5.9

I created a very basic screen flow to test this component out. I have two string collection variables. One (SourceLabelsCollection) stores the labels (which do contain spaces) for the dual list box and the other (SourceValuesCollection) stores the values (no spaces). I have an assignment element that populates both collection variables and I have a screen component with a single Dual List Box component. The DLB component is configured as follows:

Select datasource: Two string collections All Options > Labels: SourceLabelsCollection All Options > Values: SourceValuesCollection

When I run this flow in debug mode, the component seems to function just fine. I see the labels with spaces in them on the left side and I can select various choices without issue. Once I click the Finish button (or next to another screen), then I receive this error:

"The Lightning Component c:fsc_dualListBox2 generated invalid output for field selectedOptionsFieldDescriptorList. Contact your administrator with these details: Flow encountered an error when processing and converting between data types. Please check the flow and ensure all data types are matched correctly."

teepeepdx avatar Nov 05 '21 00:11 teepeepdx

+1

Swiftnesses avatar Dec 13 '21 20:12 Swiftnesses