Hello team ,
I have a file present in SharePoint.
How do I get the URL of that file?
Can you help me with what activity I can fetch the url?
Regards,
G
Hello team ,
I have a file present in SharePoint.
How do I get the URL of that file?
Can you help me with what activity I can fetch the url?
Regards,
G
Hi @gokul1904
You can use Microsoft Office 365 activities provided by UiPath to connect to SharePoint.
Then you can use Find files and folders activity or for each file/folder activity, pass the file name and get a drive item as output.
Post that you can use - item.webUrl.ToString property to get the URL of the specific file/folder/list anything
Thanks
Hi, I met a same problem, I want to get the file’s url which is in the share point folder ,then let me to open it by browser. But I didn’t find anyway to do it .
Could you please give me some temp?