How to get the url of a file from Sharepoint

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