Transfer Data from one Folder to another

Good day,

I am working 3 weeks with UiPath and I am trying to build a robot which goes throw my exel sheet and search in a file system for this string, if this string is found it should transfer this file to an onother folder.
This is my excel: NM1.xlsx (21.6 KB)
This is my robot: Main.xaml (17.7 KB)
This is how my Filestystem looks like:



Many thanks in advance for your help!
If you have any questions, please not hesitate to ask me.

What is your pain point ?

In the If condition my program goes throw the else part… but it has to go throw the then part

@artem1,

Reomve the is match Activity and in the if condition put name.contains(row(“NM1”).ToString)

It still shows the else part:

In the first iteration only you will not be finding the finding the data you want so that is going to else part
Remove the Else part message box and try.

It transfers the first file but than the robot does not respond:
image

And why it does not give me the string back?


it is just an empty entry