Microsoft Teams - Files

We have a need to query a teams group file structure to download a lot of files.

I found this and the teams package but not the upload part, can we actually downlaod files from Teams yet?

Nitya1Nitya Tomar

Apr 19

Hi @Rajneesh_Kumar

Follow these steps-

  1. Install the “Microsoft Teams” package in UiPath Studio. You can do this by going to the “Manage Packages” option in the “Activities” panel and searching for “Microsoft Teams” in the “Official” package source.
  2. Once the package is installed, use the “Microsoft Teams Scope” activity to establish a connection to your Microsoft Teams account. Provide the necessary credentials and authentication details.
  3. Inside the “Microsoft Teams Scope” activity, use the “Upload File” activity to upload the Excel file. You can specify the file path of the Excel file that you want to upload, as well as the channel or chat where you want to upload it.
  4. Optionally, you can also configure additional settings such as the display name of the uploaded file, whether you want to notify users about the upload, and any comments you want to add.
  5. Save and run your UiPath automation workflow to upload the Excel file to Microsoft Teams.

@rmorgan

As of now it is not possible

You have to try and find where the file is uploaded in the sharepoint and use office365 activities to downlod them if you have access to those locations directly

Cheers

1 Like