Group approval is skipping
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-15-2025 01:57 AM
I am using scratchpad variable for group approval in workflow
The script running is as follows
var answer=[];
answer.push(workflow.scratchpad.approverGroups);
gs.log("app"+answer);
I logged the answer vraiable also and it is giving correct value. The group to which it should trigger approval is active and also have active group members presnt, still skipping approval
I logged the answer vraiable also and it is giving correct value. The group to which it should trigger approval is active and also have active group members presnt, still skipping approval
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-15-2025 04:53 AM