need understanding / xaml for the following in sharepoint -
- How look for a particular excel say “ABC.xlsx” in a sharepoint link
- If not present upload a new one
supriya117
(Supriya Allada)
2
Hi @Ritaman_Baral
Use Get File/Folder in a try Catch to check weather the file present or not.
Check this:
Anil_G
(Anil Gorthi)
3
@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