approver comment and approver name

  • 8 August 2019
  • 3 replies
  • 2 views

Badge +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

Badge +5
  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.
Badge +2
i have already done that but then also it is not picking
Badge +2

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

 

Reply