CurrentRow not able to compare to string

I have an cell from excel like this
image

And I assigned it to a variable
image
I made sure the output is abc using write line

and I have a state machine with the condition set to this
image

But the transition wouldn’t happen, the exit message in “Setup” would not show
I tried assigning FINALWAREHOUSE = “ABC” by itself in Setup and it worked, but it wouldn’t work if I do it the way I currently do
Anyone have idea why?

Hi @Joanne_Chang_LAX ,

Could you provide us with the Screenshot from the Output Panel (ABC value) as well ?

Also, the variable type of FINALWAREHOUSE is assumed to be String type.

image
I know it’s assumed to be string type I’m just messing around it trying to make it work :smiling_face_with_tear:

It wouldn’t work even if I didn’t make it .ToString

Use following within the conditon

FINALWAREHOUSE.trim.eqals(“yorcheckstring”)

1 Like

So would finaloutput be FINALWAREHOUSE?

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.