Salesforce Fact #132 | Validation in screen flow

We can include input field validation in screen flow. But we specify the condition for which the error will be bypassed.

In this example, we have a number input field and we expect to receive a number greater than 0, so the condition is inputNumber > 0.

Attached are the screenshots.




Comments

Popular posts from this blog

Salesforce Fact #192 | Call batch apex from flow

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