Non persistent entity counts increases on navigating to a new page

0
Hey everyone, I'm encountering an issue where the count of non-persistent entities (NPE), specifically the Plan stats, increases when navigating to a particular page, despite not using any data view with the source DS_Microflow on that page. I tried using the debugger, it seems that DS_PlanStats is being called after the page loads. I am passing PlanStats as page params. Any insights on how to tackle this would be greatly appreciated!  
asked
1 answers
0

You can create an association with the User Session entity and add a decision with GetOrCreate logic for your NPEs

answered