Posts

Showing posts with the label uppercase

Salesforce Fact #707 | Uppercase name in screen flow

Image
Suppose we have a screen flow to accept user's name as input and due to some rule, the name must be in upper case. We can ensure the same using the reactive screen components(beta) feature. We can create two formula resources and use the UPPER() function. Attached are the screenshots.