I am writing a workflow and I want to have a If condition - If fieldA or fieldB contains data
Problem is I don't seem to be able to specify the Or condition in the workflow.
Anyone know how I can do this in a Workflow?
Hi, You can check the conditional branch in workflow. So instead of or you can check And condition. Example: If fieldA and fieldB does not contain data.
In otherwise statement you can write your logic.
More Info
Thanks