Skip to main content
Nintex Community Menu Bar

Get related content from workflow tasks nintex WF

  • April 21, 2022
  • 3 replies
  • 167 views

Forum|alt.badge.img+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' :).


Forum|alt.badge.img+2
  • Author
  • April 22, 2022

@a_frodsham 

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

 

 


Forum|alt.badge.img+2
  • Author
  • April 26, 2022

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.