I have defined a related action in a record, where the visibility of the related action is set on a result of process report(configured in expression rule) which returns true or false. When the result is set to true I am unable to see the related action in the record view, however I can see it when I explicitly clicked related actions. Have anyone faced this issue in the past ?
Discussion posts and replies are publicly visible
I know this is out of date but the verified answers are not useful. If you can see the link in the Related Actions, but not on the view, it is almost certainly an issue where the visibility is returning a list of boolean instead of a boolean (ie, {true,true} instead of true). I find it best to put the logic in a rule and ensure the outcome is a single boolean.