You are viewing limited content. For full access, please sign in.

Question

Question

Find User True False

asked on September 4, 2015 Show version history

When using a Find User, it searches my Active Directory. In this case it finds no results.

The very next step in the Workflow is a Conditional that only runs if results are found (true).

Whenever I run the workflow, it ends my workflow at the Find User when it finds nothing. However, there are many other steps after the Find User that need to run even if "results found is False".

It technically doesn't even make it to the conditional.

 

I talked to my VAR and was pointed to Laserfiche Answers.

Capture.PNG
Capture.PNG (8.24 KB)
0 0

Replies

replied on September 4, 2015

Hi Dave,

 

In this case you may want to employ a Try Catch block.

 

This will , run the activity, if it fails, it will go into the "catch" series. If nothing is provided in there, it will continue running the rest of the activities instead of halting upon the error.

 

Cheers,

Carl

1 0
replied on September 4, 2015

Thank you Carl. That worked.

 

I never use Try-Catch in programming so it just doesn't cross my mind.

 

Good catch! (no pun intended)

1 0
You are not allowed to follow up in this post.

Sign in to reply to this post.