I am currently working on an automation that involves sharepoint. Some of the steps I have to do are:
Go to the “Logs” folder and read the “Log.xlsx” document (this is to log the results of the automation)
Go to “Recent Forms” folder, read each form to make sure certain fields are filled out, then record whether or not the correct fields are filled in the Log document
Logic-wise, I understand what I have to do, however my biggest issue is reading the data on sharepoint. I have tried to use the SharePoint Custom Activities Package (Sharepoint custom activities link), however this does not work properly for me and it also does not do what I am looking for. I am also unable to map the sharepoint folder to my local machine, as I do not have permission to do so.
Is there another way I can read and write files from sharepoint?
Fine
We got one more option like we’re we able to sync that share point folder to our local machine
So that once after syncing them we can access that folder from our machine as a normal folder will be fetched
In sharepoint folder page we will be having an option to sync that folder to our local machine
Kindly check that once or we need to have the access to do that
Cheers @Hisuhong
My business uses onedrive (but it also says sharepoint…?) so I’m a bit confused on how to sync the sharepoint folders to local machine, as I can’t seem to find the option for that
Oh… That won’t work out then. I have to give this automation to another team upon completion so it will be a bit troublesome for them if we need admin rights. @Palaniyappan is there a way I can sync this to my onedrive folder instead?
@Palaniyappan I managed to sync to my local machine using the “Map network drive” way. Though this method has some issues, it at least managed to sync properly
However when I input the email address, it gives a blank pop up and does not read the excel doc, even when a lot of time passes. Do you know how I can prevent this popup from appearing?
Hi
Did we try with WORKBOOK ACTIVITIES
Search as workbook in activity panel and it would give us the same set of activities that we have in excel activity package
Cheers @Hisuhong