Matching Excel information with Application

Hi everyone,

I’m currently developing a script that requires matching a specific information on Excel and an external application before proceeding.

May I know how can this be done? I tried exploring the IF function but does not seem to work.

Thank you!

Hi @emilytxn
welcome to forum

May i know what data where u comparing from excel and application?

Regards,
Nived N
Happy Automation

1 Like

Hello! Thank you so much for the reply.

I’m actually looking at matching names between excel and a private software.

Did u check whether both data u are getting are same or not before comparing ?

Yup. Both data are exactly the same. :slight_smile:

Can u share the screenshot of workflow please

May be the string has spaces at end or beginning

So while comapring the two strings , use

String_1.Trim.Equals(String_2.Trim)

Regards

Nived N :robot:

Happy Automation :relaxed::relaxed::relaxed: