emilytxn
(Emilytxn)
1
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
emilytxn
(Emilytxn)
3
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 ?
emilytxn
(Emilytxn)
5
Yup. Both data are exactly the same. 
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 
Happy Automation 

