Activity Find Files And Folders Missing From Activities Panel

I need info about this activity being removed. Do someone knows where UiPath explained if this is intended or just a bug?

Edit: I have the last UiPath Studio Version (2024.10.5) and updated Office365 library to the newest patch: 2.7.22

Hi @Pelayo_Celaya_Fernandez

You could use Directory.GetFiles or Directory.GetDirectories methods and iterate the result in a for each activity.

here an example

Directory.GetFiles("c:\", "c*")

This code searches for files in the C:\ directory whose names start with the letter “c” (case-sensitive) and returns an array containing the paths of these files (String).

Best regards

@Pelayo_Celaya_Fernandez,

It’s very useful activity and being used almost in every projects so it’s for sure not removed. Try updating the Office365 activities package to latest version and check.

@Pelayo_Celaya_Fernandez

which version of office365 you are on? Did you try changing it and check

we do see from our side 2.2.4

cheers

This activity was deleted in Microsoft 365 package version: 2.7.22 and above. The last version of the package that contains the activity is 2.6.25.

Kind regards,

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