Hello,
Am unable to retrieve the file path in the SharePoint using find and folder.
am able to retrieve only the first 200 folders alone , after the count am getting error[not found]
Could any help to get the file path .
I think Some SharePoint APIs have limitations on the number of items returned in a single request. If this is the case, you may need to adjust your query or use a combination of activities to retrieve files and folders.
Can you explain abit more what activities you are using to get the files from Sharepoint? There is more than one way, some with bugs the others don’t have and vice versa.
I am trying to use find file/Folder activated to search the some folder is available in the SharePoint or not .
If incase the folder name is present below 200 count only am get the folder path otherwise its error [Item not found].
Ok nice, so connecting via the new Integration Service activities.
There are some issues with these. There are some dumb filters hard coded into them.
I would need to check on this one, but its quite likely they coded in a limit of 200 files to the request being made (this is not a limit on the API, but one UiPath introduced if my guess is correct).
You can sniff the traffic with tools like Fiddler like I did and confirm.
Like I said, its in my opinion a bug in the current activities. You can confirm in the manner I suggested, I explained how its incorrect in other 365 activities.