Skip to main content
Nintex Community Menu Bar

approver comment and approver name

  • August 8, 2019
  • 3 replies
  • 22 views

Forum|alt.badge.img+2

I have created a workflow which assisgn task to user and first response applied is configured .

Now suppose we have five person in the group i.e A,B,C,D,E

now B rejected the post and post reason for rejection i want to catch the rejector comment and rejector display name.

 

I have alrady stor the task  as collection and did the query its woring fine for single person but for multiple person its not working

3 replies

DimaHijazi
Nintex Partner
Forum|alt.badge.img+5
  • Nintex Partner
  • August 8, 2019
  1. Store the task ID in a collection.
  2. Create a for loop and go through each task ID in the collection and store in a variable var_TaskID.
  3. In the for each loop, add a query list action to the workflow task list with condition ID = var_TaskID and select Assigned To, Approver Comments columns.
  4. Check if Approver Comments is not empty, then it's the assignee who has rejected the task.

Forum|alt.badge.img+2
  • Author
  • August 8, 2019
i have already done that but then also it is not picking

Forum|alt.badge.img+2
  • Author
  • August 9, 2019

Hello Everyone,

I am able to append to same for a single user but cant do for multiple user:
Please find the screen shot

please help its urgent