Verify Expression failed whereas my values are true and The result should be true. Is there anything that I am doing wrong?


can you print out the two values before verify expression activity?

Hi @Yeafi_Awal

looks like are getting the complete text and comparing with a single nunmber, one quick workaround could be

ReceivedLoanDate.Trim().Contains(ExpectedLoanDate)

Regards

1 Like

Resolved and yes, I am actually new to UiPath, Realized it later. Thank you!

1 Like

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