If condition not got output as expectation

Hi,As mention condition and output in attachment.All the condition matched but I got output return false

.

in checkCondition=false in place of that use not checkCondition

Hope it will work for you!!

Cheers @Aditya10989

1 Like

Hi,

There might be some whitespace in your variable. Can you try the following expression?

CheckName.toString.Trim = webCheckName2.toString.Trim and CheckStatus.toString.Trim=WebCheckStatus2.toString.Trim and CheckConditionRun=False

Regards,

not work

not work

Hi,

Can you check each variable at Local Value Window because we cannot see some character such as linebreak etc at Locals Panel.

Regards,

@Yoichi @ParasTripathi issue in this condition

I check bool condition work fine.But did not understand what is the problem

1 Like

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