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
Post a Comment