Skip to main content
Nintex Community Menu Bar

Check whether multiple users are valid before assigning a task in Nintex Workflow

  • October 18, 2019
  • 2 replies
  • 103 views

I would like to check whether user collection are exists in SP or not before assigning a task.

In few cases users are no longer exists in organisation but tasks are getting assigned to them. How to prevent such scenario.  

I have a group of users in a collection variable and assigning individual tasks to them. If any one user is not valid , how to stop the workflow or avoid assigning workflow task to that invalid ID

2 replies

SimonMuntz
Nintex Employee
Forum|alt.badge.img+23
  • Nintex Employee
  • October 18, 2019
Check for an attribute of the user using the user profile service. If it comes back blank or the action errors then you know the user is no longer with the company.

  • Author
  • October 30, 2019

Thanks for your reply.

 

I tried to use the User Query Profile action in Nintex Workflow 2013 but it is not returning any value . But in CA --> USP values are there like Acc Name and Work Email.