Rendering Page Titles According to Model Name

Hi!

You will need to track the tab that’s currently clicked for this to work. I recommend creating a boolean UI-Only field on a model with only one row (you can use a UI-Only model if you’re on Brooklyn).

Next, in your tab actions, add an action to “Whenever Shown” to update this newly created UI-Only field to true when “All Leads” are clicked, and false when “My Leads” are clicked (or vice-versa). Then in your page title rendering conditions, you can condition each of the page titles based off of this new UI-Only field value.

Good luck!
Christine