Salesforce Fact #889 | Validation on address input parts in screen flow

We can set the Required option to TRUE for the Address type input in screen flow. But that would make all the address components to be required.

Suppose, we want to keep a validation such that when the state is selected the user should also provide the city in the input. For this, we can make use of the validate input option.

Attached are the screenshots.






Comments

Post a Comment

Popular posts from this blog

Salesforce Fact #192 | Call batch apex from flow

Salesforce Fact #457 | Get current user role name in flow