Uipath Sharepoint Understanding

need understanding / xaml for the following in sharepoint -

  1. How look for a particular excel say “ABC.xlsx” in a sharepoint link
  2. If not present upload a new one

Hi @Ritaman_Baral

Use Get File/Folder in a try Catch to check weather the file present or not.

Check this:

@Ritaman_Baral

You can use find files/folder activity

please check this on how to configure…if you get a response the file is present if count is 0 then no file you can use upload file

cheers