- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2018 08:27 AM
It's a very basic workflow:-
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.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2018 03:31 AM
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.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2018 09:28 AM
I make little bit change check it ,it will work as per your requirement.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2018 12:35 AM
Hey Thank you so much, it worked! It was my first workflow, thanx for helping me out 🙂
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2018 12:48 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2018 03:31 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2018 02:38 AM
Okay...Thank you 🙂