I've created a workflow using the Switch function.
I have a field in my form called IT Approval. There are 4 possible selections:
Approved, Rejected, Not Required, Awaiting Approval
I created a switch with Approved, Rejected, Not Required and enabled Other because those are the only 3 I care about.
I attempted to run the workflow then checked the workflow history and the only thing that was lit up green was the switch parent box.
I added a log to history function to log the value of the IT Approval and when I look in the history the value is blank. The value in the list is not blank it is Approved.
All my cases and words are exactly the same between the field choices and the Switch options.
I tried setting a text variable to the value of IT approval and then comparing that value instead to no avail. After adding log to history for the variable also I'm still getting a blank entry in the history list for the variable also. I can accomplish the workflow through a painful set of conditional statements instead but was wondering what may I be doing wrong in regards to using the switch for this?