Skip to main content
Nintex Community Menu Bar
Question

Record count on Tab (Label) not being updated

  • July 10, 2024
  • 4 replies
  • 6 views

Forum|alt.badge.img+6

Hi There,

I have a requirement where I need to show the count of records on Tab.
So I did try like below on Tab label:

Unread ({{$Model.MasterAlerts.data.length}})

This helps me het something like :

But, the count is not getting refreshed when rows are removed from model.

How to get those counts refreshed ?

This topic has been closed for replies.

4 replies

Forum|alt.badge.img+20

It won’t update since the tab itself isn’t registed with the model. Only registered components auto update when values change.


Forum|alt.badge.img+6
  • Author
  • July 10, 2024

Got it. 
Thanks Pat.


But in this case, can you help me understand how could I get this done so that it would auto update ?


Forum|alt.badge.img+20

Can’t do this unless you run a model aciton to a snippet to update the DOM element.


Forum|alt.badge.img+17