Get related content from workflow tasks nintex WF

  • 21 April 2022
  • 3 replies
  • 124 views

Badge +2

Hi members,

 

I have site workflow where I am querying workflow tasks list to get related content titles but instead I get the link to main list. How can I get only related content title?
 

22712i0E169CFA00AC7D39.png

22713i53F6A81B8D87BA39.png

 


3 replies

Hi Praj22, 


You can use the field 'Task Name' 🙂.

Badge +2

@a_frodsham 


There is no field called Task name. Title gives-> task titles and Name also dont give related content. 


 



 

Badge +2

Finally i achieved tis requirement by querying the main list. I extracted ID of list item from Workflow task list's Related content and query main list to get the title of the item and generated below email to send notification to all the pending task approvers. I used https://community.nintex.com/t5/Community-blogs/Send-grouped-notification-based-on-list-items/ba-p/82143 this post to get all tasks in group and send consolidated notification to the assigned to field.



 


Wf steps:

1. Get item id inside collection using regular expression.



2. Get item id in number variable.



 


3. Finally query list to get the title or any other field needed.



 


 


 

Reply