06-09-2022 06:17 AM
Hi everyone,
I have followed the setting up a Sharepoint integration https://support.granicus.com/s/article/Setting-up-Sharepoint-Integration? and, as far as the integration is concerned, it appears to be working fine - the integration logs are showing a success.
However, when I navigate to the folder location within Sharepoint, the file upload is not there. I remain hopeful that the issue is relating to folder paths. This is because the documentation suggests the base Folder will be Documents. However, I note that the folder path when navigating along the browser has Shared Documents. I have tried different permutations but I am not having success. I am curious if anyone else has had success and what was your method.
Many thanks
Scott
12-30-2022 06:59 AM
Hi there,
Sorry for the late reply, you may be sorted by now anyway, but I thought I'd share our experience. After much trial and error with the entries in the Site Url, Base Folder and File Path boxes, we got the following to work.
Site Url:
https://yoursite.sharepoint.com/sites/SiteName_GovServiceFileUpload/
Base Folder:
TestDocuments
File Path
Parking/{case_ref}
Upload Field Token
{fileUpload}
You should then find that the integration will create a folder "on the fly" within the Parking folder with the case ref as the name, and put any associated documents in that folder.
e.g. if you paste something like this into your browser, you'll see all the associate files for the case
https://yoursite.sharepoint.com/sites/SiteName_GovServiceFileUpload/TestDocuments/Parking/FS-Case-376358626
From what I can recall, you had to be incredibly careful to specify (or not to specify) the / at the end of each folder,