Skip to main content
Nintex Community Menu Bar
Question

Nintex Forms - Show running workflow and Tasks

  • December 23, 2025
  • 2 replies
  • 39 views

Forum|alt.badge.img+1

I have a Nintex forms for Office 365 based on a SharePoint Online Liste. In behind there is an approval Workflow with Nintex Automation Cloud.

I want to improve the usability..so if a user opens the Nintex Forms there should be a message if a workflow is running and in best case the user should see if he has a workflow task assigned .

 

At first I thougt to do this with a connection in NAC to Nintex Workflow and the “Get Tasks” operation. But unfortunately i cannot query this connection in a Nintex List Form because data lookups are not available there.

I also tried it with an Iframe PlugIn in Nintex Forms and embedding the my Tasks dashboard from NAC or something simliar…but I cannot embedd the NAC environment as an Iframe...it is refused

I can do it manually with separate sharepoint lists and logging the workflow instances and task in this list but this would be a lot of additional effort and also not really fail-save...

 

Are there any ideas or apporaches to solve this?

 

2 replies

Forum|alt.badge.img+14
  • Nintex Employee
  • January 13, 2026

@jochenl Usually, for this kind of scenario, I would suggest building the update directly into the workflow to update the existing list item. You may need to add some columns for status tracking. If you need to update the item with task details, you can use actions in a parallel path to retrieve the task details. It would look something like this.

 


Forum|alt.badge.img+1
  • Author
  • Rookie
  • January 22, 2026

Hello ​@leighburke 

thanks for you answer. I give it a try….