The SharePoint integration requires additional licenses. Please contact support@documill.com to enable the licenses.
Lists all files within a specificed SharePoint path including any subfolders.
Attributes
|
var |
|
|
|---|---|---|
|
Required |
Value type |
EL-evaluated |
|
Yes |
File |
Yes |
|
Defines the name of the variable holding the downloaded file. |
||
|
host |
|
|
|---|---|---|
|
Required |
Value type |
EL-evaluated |
|
Yes |
String |
Yes |
|
Defines the hostname of the SharePoint site e.g. “mycompany.sharepoint.com”. |
||
|
site |
|
|
|---|---|---|
|
Required |
Value type |
EL-evaluated |
|
Yes |
String |
Yes |
|
Defines the name of the SharePoint site e.g. “MySite”. |
||
|
library |
|
|
|---|---|---|
|
Required |
Value type |
EL-evaluated |
|
Yes |
String |
Yes |
|
Defines the name of the SharePoint library e.g. “Shared Documents”. |
||
|
folder |
|
|
|---|---|---|
|
Required |
Value type |
EL-evaluated |
|
No |
String |
Yes |
|
Defines the name of the folder where the file is located. Only used if fileID is not defined. |
||
Example