I am using SharePoint 2013 and Nintex Workflow 2013. There are occasions when we are trying to email users using a Nintex workflow. However, their SharePoint account has been deactivated or may not exist. As a result, the workflow errors. Is there a way to catch that and emailing someone else thereby preventing the error?
How about checking the SP User Profile first with a web service call (like GetUserInfo)? The web service should throw an error if the user is not available or at least response should be empty. So you could use the web service action's error handling to prevent the error and only send notification if the web service call succeeds?
We can't call web services. The admins won't give us an account to call the web service. You'd think they would but for security purposes they won't.
I need to talk to Frank to give us a facepalm smiley...
I bet they know there are constants for credentials, don't they? But that's probably too insecure as well.
How about REST? Is this forbidden as well?
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.