Posts

Showing posts with the label toggle

Salesforce Fact #850 | Toggle active/inactive based on input number in screen flow

Image
Another example of screen flow reactive feature. Suppose, we would like to make a toggle active or inactive based on the number input by user. We can make use of screen flow reactivity. In this example, when the user enters number >=20 the toggle gets active. Attached are the screenshots.

Salesforce Fact #826 | Disable toggle in screen flow

Image
Suppose we have a use case where we have a toggle in the screen flow and we want to allow the user to activate it only once. Once activated it will be disabled. We can use the toggle's value in Disabled attribute in this case. Attached are the screenshots.