Formatting a notification icon

Is there anyone that knows how this guy got a (1) to show at the inbox view header?

Andrea_Sander:

Is there anyone that knows how this guy got a (1) to show at the inbox view header?

The text under the icon can be set dynamically by the Display name expression for the view associated with the icon:

Thanks for the reply Steve. Will give it a try.

Hai steve

Can you give me example the expression

For example:

CONCATENATE(
  "Messages (",
  COUNT(
    FILTER(
      "Messages",
      ([User] = USEREMAIL())
    )
  ),
  ")"
)

Steve:

dynamically by the Display name

i will try it

thank you for your quick respons steve

Thank you steve…

but, can we give colour with bold text ?

Yayasan_TL_BP:

but, can we give colour with bold text ?

Unfortunately, no.