- 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.
- 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

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2020 09:19 AM
Hi,
You're close, but the syntax is wrong, that's the problem.
As long as these are reference variables to the sys_user table, then you can reference Jaspal's post above mine for solution.
Please mark reply as Helpful, if applicable. Thanks!
Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2020 09:28 AM
Thanks, all! it works now. 🙂

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2020 09:29 AM
Awesome, great work!
Please mark any other reply as Helpful, if it was and the Correct answer as Correct.
Take care!
Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2020 09:45 AM
Great to know.
Hope, my comments were detailed enough for getting an understanding the reason for the non-functioning.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2020 10:03 AM
Hi,
I think you may have a typo, but I knew what you meant (but you had edited your reply after I said to reference your post, haha, so now it looks like we're both wrong...). You said:
Since its already a variable you need to pass quotes('').
I'm sure you meant, you DON'T need to pass the quotes.
Thanks!
Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!