I'm trying to set up multiple conditions to copy a row over once if one of those conditions is met. I have set up multiple workflows, but it's copying the row over for each condition that is met.
What I'm trying to achieve:
If condition A is met, copy the row over. If condition A is not met, but condition B is, copy the row over; and so on.
What I currently have:
If condition A is met, copy the row over. If condition B is met, copy the row over AGAIN.