Find Files and Folders activity missing

Hi,

I’m currently on UiPath Studio 2024.10.16 and I’m using Microsoft 365 package with version 3.2.10, but “Find Files and Folders” activity is missing, do anyone have any alternative way to perform this operation in SharePoint.

Hi, @Rohit_More If the “Find Files and Folders” activity is missing, try using the “Get File or Folder List” activity from the Microsoft 365 package. It works for searching files in SharePoint.

@arjun.shiroya Thanks for the response.

Yes, it does the work but it needs the integration service connection only and need to choose the connection and developemt time.

@Rohit_More Yes, that’s correct the “Get File or Folder List” activity does need an Integration Service connection set at development time. If you want to avoid integration service, you can use the HTTP Request activity with SharePoint’s REST API, or try the “Use OneDrive & SharePoint” activity set up with Microsoft 365 Scope and your authentication details (like App ID and Secret).

Let me know if you want sample expressions for HTTP Request or more info on alternatives!

@Rohit_More,

The Find Files and Folders activity is already deprecated. Use For Each File/Folder (classic) or For Each File or Folder (Integration Service connection)

@ashokkarale

Ok, thanks

1 Like

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