How to make checkbox required on Flow Screen | Flow | Salesforce

How to make checkbox required on Flow Screen | Flow | Salesforce


Requirement:    To ensure that a checkbox in a flow screen is required.




s
Solution:    We need to use the formula - IF({!checkBoxAPIName}=TRUE,TRUE,FALSE) with an Error Message on the Validate Input section of checkbox.


Consideration: The reason why we need to use Validate Input for checkbox on flow screen is that the standard required setting which is available for other flow screen components like Email is not available for checkbox.



Please share your feedback or comments or queries related to this post, on below comment section.

Hashtags - #sfdcsasid #sfdc #sasid #salesforce #flow #screenflow #checkbox

😊



Comments