I'm fairly new to Nintex Workflow, though I do have some experience with other workflow applications. Right now, I’m working on configuring a Set a Condition step on my workflow with multiple criteria.
What I’m trying to do is that when a [Vendor Id] is empty and if the [Status] field is either “Awaiting Final Approval” or “Dept Approved”.
Solution #1
If current item field equals value [Vendor ID] is empty
AND
[Stage] is “Awaiting Final Approval”
OR
[Stage] is “Dept Approved”
Solution #2
If current item field equals value [Vendor ID] is empty
AND
[Stage] is “Awaiting Final Approval”
OR
If current item field equals value [Vendor ID] is empty
AND
[Stage] is “Dept Approved”
Based on my experience with a previous app, the second solution usually delivers the best results. However, I'm not sure if that applies to Nintex Workflow. When I tested the second option, it didn’t trigger anything, whereas the first one did work. Could you help clarify this for me? I really appreciate your support. Thanks in advance!