A developer creates a FlexCard with five state elements. For of the states have a condition. To test the FlexCard, the developer previews it using sample data that causes two of the states to have true conditions.
In this scenario, how will the developer know which state will display?
Recent Comments (The most recent comments are at the top.)
D IS CORRECT
BEST PRACTICE:
The FlexCard determines which state to display by going from top to bottom. The first state that has true conditions displays. It's best practice to always have a FlexCard state at the bottom that has no conditions (in the example above, this is the Active state). This becomes the default FlexCard state when none of the conditions are met.
D is correct
D is correct
https://developer.salesforce.com/files/OmniStudio/pdf/OmniStudio_Add_FlexCard_States_and_Conditions.pdf
Correct Answer: C