How to apply 'if' condition before approval activity in workflows?

Ashirav
Tera Expert

It's a very basic workflow:-

find_real_file.png

Above, I want to make sure that Employee Email and Employee ID both are not blank before moving forward with the Approval. If they are blank, I wish to print a message that they are blank. Else, moving ahead with the approval.

Join condition doesnt work since Join doesnt club the conditions together. It just clubs branches together.

Please suggest a manner that can be used.

1 ACCEPTED SOLUTION

Yes it will work,

i have one question , why you use two if condition to check Employee Email and Employee ID?

you can also give 2 condition in  single if block.

as i were explain before you need only one if and one wait for condition block.

 

and if your issue is resolved then please marked my answer as correct.

 

 

View solution in original post

9 REPLIES 9

I make little bit change check it ,it will work as per your requirement.

Hey Thank you so much, it worked! It was my first workflow, thanx for helping me out 🙂

 

 

Thanks, that worked. find_real_file.png

 

Can u help me with one more thing?

That Timer activity is supposed to wait for 5 seconds before the workflow comes to an end.

Is the content of it correct?

I have kept the timer activity's 'stage' field as blank.

 

find_real_file.png

Yes it will work,

i have one question , why you use two if condition to check Employee Email and Employee ID?

you can also give 2 condition in  single if block.

as i were explain before you need only one if and one wait for condition block.

 

and if your issue is resolved then please marked my answer as correct.

 

 

Okay...Thank you 🙂