How to use current RITM field values in Workflow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2023 11:22 PM
Hi All,
I have a workflow which is getting attached to the RITM, so as soon as the assignment group on sc_req_item is populated it should trigger approval.
So, I am using "Wait for Condition" activity and "Group Approval Activity " inside group approval activity i am using script box:-
var answer=[];
answer.push(current.assignment_group);
but it is not triggering any approvals.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2023 11:43 PM - edited 10-09-2023 11:44 PM
I dont see any issue with the code and does the group have users?
. Just tested in PDI works fine. Screenshot below
Run script updates group on RITM
Harish