fix: sharepoint base path
This commit is contained in:
parent
9d1a8d53fc
commit
5db31f10ee
1 changed files with 8 additions and 1 deletions
|
|
@ -167,9 +167,16 @@ class MethodSharepoint(MethodBase):
|
|||
name="documentList",
|
||||
type="List[str]",
|
||||
frontendType=FrontendType.DOCUMENT_REFERENCE,
|
||||
required=True,
|
||||
required=False,
|
||||
description="Document list reference(s) containing findDocumentPath result"
|
||||
),
|
||||
"pathQuery": WorkflowActionParameter(
|
||||
name="pathQuery",
|
||||
type="str",
|
||||
frontendType=FrontendType.SHAREPOINT_FOLDER,
|
||||
required=False,
|
||||
description="Direct path query if no documentList (e.g., /sites/SiteName/FolderPath)"
|
||||
),
|
||||
"includeSubfolders": WorkflowActionParameter(
|
||||
name="includeSubfolders",
|
||||
type="bool",
|
||||
|
|
|
|||
Loading…
Reference in a new issue