You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Example:
I have a workflow triggered by an Opp update.
At the following step, I filter to know if the Name of the Point of Contact attached to this Opp is not null - for ex
There is no easy way to know if the Name used in this condition (or any other type of action) is the field Name of the Opp record or the field Name of the POC record.
Current behavior
User must remember
Expected behavior
idea: could we show the path of the field when hovering it, to help user quickly understand where the field come from?