What’s new in the Flow Screen Components Base Pack?

There is a brand new component and a few new updates to the Quick Choice component in the latest Version 3.3.0 of the FlowScreenComponentsBasePack.

Jodi Nemser-Abrahams came across an issue recently where even though formulas are reactive in screen flows, they cannot be used to control the conditional visibility of other components on the same screen. To solve this problem, I created a new screen component that takes the value of a boolean formula and returns the same value back to the flow. Because this new component is reactive, it can then be used in the conditional visibility criteria for other component on the same screen. The name of the new component is ReactiveConditionalVisibility and it is included in the latest release of the FlowScreenComponentsBasePack. See this Trailblazer Community Thread for more information and a video of the component in action.

Quick Choice (v2.42) has been updated for this release as well.

  • Clear the currently selected value if the options change on a reactive screen
  • Allow “Add a ‘None’ Choice” option for all valid picklist methods
  • Added clarification to an error message that could appear if the component has conditional visibility on a screen that can be revisited.
  • Fixed the “Need a valid Input Mode. Didn’t get one.” error introduced in the prior release.