Enable Required field on the Address component to require from users to fill in the address fields before navigating to the next screen. Setting the Required field to true will display a red asterisk next to the label of each input fields in the component.
To make address fields required in a flow:
- Open a Screen element and add Address component
- Set the Required field to a Boolean value such as {!$GlobalConstant.True} or to a formula resource that evaluates to true

When a user reaches the screen, all address fields must be filled to navigate further.

