We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

Todo approval - not showing group appovals

ML89
Tera Contributor

In our instance we have RITM that get assigned out to a group for approval.

 

When checking the tasks option they are unable to see any approvals for the ritms that have been assigned to their group for approval.  When viewing the actual task they are listed there under the approvers tab and thier group is showing under Group Approvals tab on the RITM.

 

Any ideas how to get this to show up for them?

1 ACCEPTED SOLUTION

BBijag02
Kilo Sage

Hi @ML89 :

 

  • Whenever a Group Approval is created in ServiceNow, the platform generates individual approval records for each user in the group in addition to a single Group Approval record stored in the sysapproval_group table.
  • Group Approval records are not actionable in ServiceNow. They are informational only and cannot be approved or rejected directly
  • ServiceNow generates individual approval records (one per group member) in sysapproval_approver. Only these individual approvals appear in To‑Do / My Tasks, not the group approval itself. 
  • This leads users to think “group approvals are missing,” but the system is working as designed: To‑Do only shows individual approvals, even when the RITM shows a group approval entry. 
  • The approver field on group approval can be populated with script if required.

More documentation available here. 

https://www.servicenow.com/docs/r/build-workflows/workflow-activities/r_ApprovalGroup.html

 

If you find this helpful, please do provide thumbs up

Best Regards,

Bhavesh

View solution in original post

4 REPLIES 4

vaishali231
Tera Guru

hey @ML89 

 

check this : Approvals are stored separately in sysapproval_approver, so they only show under Approvers / Group Approvals on the RITM (which is what you’re seeing).

For the users to approve, they should use:

sysapproval_approver table

If they still don’t see it there, then usually it’s one of these:

they’re missing the approver role (approver_user or similar)

the approval is created only at group level (group filled, approver empty)

approval is not in “Requested” state anymore

*************************************************************************************************************
If this response helps, please mark it as Accept as Solution and Helpful.
Doing so helps others in the community and encourages me to keep contributing.

Regards
Vaishali Singh

BBijag02
Kilo Sage

Hi @ML89 :

 

  • Whenever a Group Approval is created in ServiceNow, the platform generates individual approval records for each user in the group in addition to a single Group Approval record stored in the sysapproval_group table.
  • Group Approval records are not actionable in ServiceNow. They are informational only and cannot be approved or rejected directly
  • ServiceNow generates individual approval records (one per group member) in sysapproval_approver. Only these individual approvals appear in To‑Do / My Tasks, not the group approval itself. 
  • This leads users to think “group approvals are missing,” but the system is working as designed: To‑Do only shows individual approvals, even when the RITM shows a group approval entry. 
  • The approver field on group approval can be populated with script if required.

More documentation available here. 

https://www.servicenow.com/docs/r/build-workflows/workflow-activities/r_ApprovalGroup.html

 

If you find this helpful, please do provide thumbs up

Best Regards,

Bhavesh

ML89
Tera Contributor

Thank you for this!

vaishali231
Tera Guru

hey @ML89 

Hope you are doing well.

Did my previous reply answer your question?

If it was helpful, please mark it as correct ✓ and close the thread 🔒. This will help other readers find the solution more easily.

Regards,
Vaishali Singh