Read file From One drive Dynamically

Hi,
I have synced my onedrive with my local folder and now i want to read files from my onedrive dynamivally:

for ex we have an activity called “Get Environment Folder” if i select the special folder as “Desktop” it will return the path for my Desktop if other user run the same process it will return path of their Desktop path…

Do we have similar feature to access onedrive?

I want to read files from onedrive dynamically
Like : C:\Users"DynamicUserName\OneDrive

Please help

Hi @MLT,

you can try using “C:\Users"+Environment.UserName+”\OneDrive" to get the username of the current users.

Hope this helps!!! Happy Coding!

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.