QuestionQ394

Workflow/Process Automation

Cloud Kicks needs to update a screen flow so that, when the High Value Customer checkbox field is set to true, the first screen is bypassed and the user is sent to the second screen.

How should the administrator configure the decision element?

  • A Use the contains operator and {!$GlobalConstant.False} as the value.
  • B Use the equals operator and {!$GlobalConstant.True} as the value.
  • C Use the equals operator and “High Value Customer” as the value.
  • D Use the contains operator and “High Value Customer” as the value.
Explanation

A checkbox field has a Boolean value. A Flow Decision condition should test that Boolean with the Equals operator and the Boolean value {!$GlobalConstant.True}. Salesforce documents True as a Boolean global constant and defines Equals as the Boolean comparison operator.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!