Compare folder with IF

hi!

I wanna upload and image on a site, but first I need to check if the robot is on the correct path folder.
Can I set a folder path to an variable and compare to another folder path inside an IF activity?

1 Like

yah
thats fine
like this
yourvariablename1.ToString.Equals(yourvariablename2)
if true it will go to THEN part where we can have our process to proceed further
Cheers @Giulia_G

1 Like

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