Flow Decision not set true

Hi All,

in_VarA = TestHello
ValueA = Hello

in_VarB = GoodTable
ValueB = Good

in_VarA.Contains(ValueA) AND in_VarB.Contains(ValueB)

Why Conditions is not set True?

Exact Content also not matching

hey,
you can try with in_VarA.trim.contains(Value.trim) AND in_VarB.trim.contains(ValueB.trim)

Thanks

Tried, but no luck. I wonder the same logic in my other flow Decision Working, Not these conditions.
i have attached a sample workflow to give a try.
Test.xaml (10.7 KB)

hey,
try this it is working for me. let me know
Test.xaml (10.3 KB)
Thanks

hey,
check this screenshot as well


Thanks

1 Like

is it working for you ?

thanks

1 Like

No, I wonder why? It’s not working for me :smiling_face_with_tear:

hey,
why are you giving space
A.Trim.Contains("Unit943 ") And B.Trim.Contains(“Test943”)

why are you giving Space here-> A.Trim.Contains("Unit943 ")
that’s why i its not working for you
thanks

1 Like

Hey! Thank you, I did not notice the Space. What a bad mistake I have done.
Cool buddy.

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