Flow Input Validator: Advanced Way to Validate Screen Input Components

Flow Input Validator

In this post, you will find a component that you can use to validate screen flow input components that do not support input validation.

It is essential to validate user inputs within a Screen Flow before allowing the user to proceed to the next step. While several input components support validation, which enables us to show an error message to the user if their input isn't valid, some components lack this feature.

Components Without Input Validation Option

Some of the main components that lack "Validate Input" support are Picklist, Toggle, Email, URL (although there's limited support via regex), and Data Table. The absence of validation on these components often means resorting to less-than-ideal workarounds.

Possible Workarounds and Their Downsides

One common approach is allowing users to move to the next element even with invalid input. Then having a decision element to redirect them back to the screen for input correction. Another way is adding an extra input element to the screen, which supports validation, to handle the validation for the original component.

Downsides of the First Method: The first approach requires adding an extra decision element after the screen. You may also want to add a Display Text component to show an error message with a visibility condition, making the flow more complex with additional components and conditions.

Downsides of the Second Method: Apart from lacking intuitiveness, it introduces unnecessary input elements to the screen. This could have a negative impact on the visual appeal and potentially lead to user confusion.

Flow Input Validator Component

To address these challenges, we bring you the Flow Input Validator Component. It is an easy to use component, which enables validation for those components that lack input validation features.

The Flow Input Validator Component is designed to function smoothly with various elements, including but not limited to Picklist, Toggle, Email, URL, and Data Table. It validates user inputs for these components. Moreover, it prevents the need for you to implement workaround solutions that often lead to complicated flows and confused users. There are endless use cases. For instance, you can require users to select a record that meets a certain criteria from a Data Table.

How to Use the Component

1- Install the component using the installation links below.

2- Add the "Flow Input Validator" component to your screen element.

3- This component has two input parameters: Is Valid and Error Message.

Is Valid: Input a formula resource, which returns true when the user input is valid. Make sure that your environment has reactive screen components enabled.
Error Message: Input the message you wish to display for invalid user inputs. It is possible to use a custom label as well.

Flow Input Validator to Validate Input Components
Formula to validate input components

If you need validation for multiple input components within the same screen, simply add the Flow Input Validator component for each input component. The error message will appear at the specific screen location where you place each component. It provides a clear and intuitive validation, without adding clutter or confusion to the user interface.

Flow Input Validator

Installation Links

Use this link to install in production or developer edition environments.

Use this link to install in sandbox environments.

3 Comments

  1. This is definitely my favorite blog, you come up with great components, right up there with UnofficialSF. Greatly appreciated!

2 Trackbacks / Pingbacks

  1. How to Make the File Upload Component Required - Salesforce Time
  2. New Flow Features of Spring '24 Release - Salesforce Time

Leave a Reply

Your email address will not be published.


*