Hi,
I encountered a weird scenario on my testing of workflows.
I have a conditional statement below:

I have a column Requestor_Group which can be MOG, DMG MAINTENANCE, GCM, MRO, PPM, and so on.
Now, based on Requestor_Group is the layer of approval. Say, if the Requestor_Group value is either GCM, MOG or DMG MAINTENANCE, it will route with 4 layers of approval, otherwise 3 layers of approvals only.
Now, based on my work flow, if Requestor_Group value is either GCM, MOG or DMG MAINTENANCE, the condition is TRUE.
My problem is that, when I simulated my workflow with Requestor_Group value is either equal to MOG and DMG MAINTENANCE, it runs successfully based on my expectation BUT when I tried to run with GCM value, it does not met the expectation????
Can someone help me understand the reason please?????