I have a workflow that allows users to "save" their work in case they need to look up information before submitting. This changes the Workflow Activity form "Complete Details" to "Pending". But both of these activities need to do the same actions once the Submit button is clicked.
Is there a way to make the condition be "If current Workflow Activity is "Complete Details" OR if current Workflow Activity is "Pending"?
When I placed two of these Conditions, it defaults to AND - which won't work for me.
I have eight Actions that occur after the Condition and I am hoping to avoid having to duplicate these all over again for the "Pending" Workflow activity.