LightningFlowComponents icon indicating copy to clipboard operation
LightningFlowComponents copied to clipboard

Flow Button Bar - Buttons - User is not being presented with choices

Open joemajor23 opened this issue 1 year ago • 1 comments

We have two different sandboxes with different package versions:

Dev Sandbox:

  • FlowScreenComponentsBasePack - 3.0.18
  • FlowActionsBasePack - 2.32

UAT Sandbox:

  • FlowScreenComponentsBasePack - 3.3.1
  • FlowActionsBasePack - 3.15

When running a screen flow with a screen with a flow button bar in the Dev sandbox the component is correctly displayed and the user is presented with a choice of 3 buttons. Flow debug. Note debug termination before screen with flow button bar is displayed. image Screen is visible for button selection. image

In the UAT sandbox the screen with the flow button bar is not displayed and it appears a value is being defaulted:

image

The xml for the flow appears to contain a default value for Queue in both sandboxes, which is the value being applied.

image

joemajor23 avatar Dec 19 '23 15:12 joemajor23

The default value does not appear to be something that can be changed and is not a UI configurable setting. I am thinking that perhaps this value was added when generated in an older version but not considered but now is?

joemajor23 avatar Dec 19 '23 16:12 joemajor23