I have a workflow that I'm trying to build and I am a still a basic user of SharePoint workflows. (I know enough to be dangerous.)
What I am trying to do is users will input information to a form, NTAG and TAOC are built from a separate list (a lookup list). Once the user hits submit I want to the WF to lookup whether or not the NTAG is of a particular Region (East, West, Central) then copy that information to another list and update a field. The copy and update field functions work just fine. But once I introduced the RUNIF it doesn't move the item at all.
The form for input:
The Workflow:
The lookup list:
The RUNIF:
What am I doing wrong?