Flow Screen Input Component: Footer with Customizable Buttons
Display a custom button in the flow screen footer, customize text for the Next button, and controls display of the Previous button.
Required Editions
| Available in: Lightning Experience |
| Available in: Professional, Enterprise, and Unlimited Editions |
For information about adding screen components to your flow screen, see Screen.
Configure the Footer with Custom Buttons Component
| Attribute | Description |
|---|---|
| Custom Button Label | The label for the custom button. This attribute accepts single-value resources. The value is treated as text. |
| Custom Button Value | Whether the button was clicked. This attribute accepts single-value Boolean resources. |
| Next Button Label | The label for the Next button. This attribute accepts single-value resources. The value is treated as text. |
| Show Previous Button | Whether the Previous button is displayed. This attribute accepts single-value Boolean resources. |
Store the Footer with Custom Buttons Component in the Flow
All attributes are available to store in flow variables, but Custom Button Value is the most likely attribute to store. The value is assigned when the user navigates to the next screen.
To store the user’s action, map the Custom Button Value attribute to a Boolean flow variable or a Boolean field on a record variable.

