Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2020 08:52 AM
My goal is to get approval from 2 users on separate reference variables on the catalog item.
Can anyone tell me what's wrong with this workflow activity? When I run it, it always skips the approval.
Solved! Go to Solution.
Labels:
1 ACCEPTED SOLUTION
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2020 09:22 AM
12 line should be
answer.push(approver1);
13 line
answer.push(approver2);
Please mark my response as correct and helpful if it helped solved your question.
-Thanks
10 REPLIES 10

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2020 11:13 AM
Yes, I meant No need. But I didn't update any comment.