Incorrect count for approvals in NOW mobile app.Issue in this case the approval which were assigned to the user where shown in count as extra. For example if there is 1 approval assigned to a user then in the My approval applet it showed as 2. However on clicking it showed as just 1. On the homepage screen : On the Approvals page : ReleaseOrlando,ParisCauseThis issue was happening due to the fact that in the item stream segment there were two data items which were querying the same sysapproval_approver table hence causing the duplication of count. So if there were actually 3 approvals assigned , the user would see 6. In this case the user had 1 approval but a count of 2 were seen in the previous page.ResolutionOne of the data items needs to be removed from the item stream segment which fixed the issue.