Remove only items from a route

Greetings to all

I have a deletion activity and I need only to delete the items of the route that you specify.

How do I define the path?
image

Hi @Sebasthian_Arias

Is the Delete file activity within for each item activity?

Thanks
Ashwin S

Here path has to be full file path. Sample file path -

C:\UserName\SomeName\SomeFolder\FileName.FileExtension

Regards,
Karthik Byggari

3 Likes

I did not make myself understood, I am doing the deletion of several files through a cycle and it remains in the item variable, so every time I find the file it will delete that file. That’s why I need to define in the path: the path and the files to delete

@Sebasthian_Arias

As you said you are looping files from particular folder right. So item variable contains filenames along with the full path. You no need to specify the path again here.

Can you provide screenshot of the flow so that it will be easy to understand

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