Debug a Relevance Expression
Intelligent Advisor Flows was only made available to select customers, and will not be made Generally Available.
If the flow item you are debugging is configured to show if relevant, you can see details of what relevant items it collects and debug why a field is relevant. You do this by clicking on the Debug relevance link in the Flow tab details view.
This will then open the rules view where the debugger is now using "required" mode. The field you selected to debug will be highlighted in a red box.
The rules view shows in orange highlighting the fields that are currently null but are required to have a value in order for one of the goals to be known. This is the strict definition of whether a field is relevant for the purposes of evaluating a visibility expression. The goals used for calculating relevance in this debugging mode are always the goals defined for the flow.
Note: Debugging relevance expressions are subject to the linearization algorithm so relevance is evaluated at the control's location (that is, the location that includes all values collected before the controls in the flow but no values collected after that control's location or by the control itself).