The Create Folder smart service allows you to create a folder to store files within the Appian file system. The Modify Folder Security Smart Service allows you to specify user rights for the folder.
To use the Create Folder
smart service, select the activity and drag it onto the canvas to add it to your process model.
Category: Document Management
Icon:
Assignment Options: Attended/Unattended
This section contains tab configuration details specific to this smart service. For more information about common configurations see the Process Node Properties page.
The Data tab displays all the input and output parameters of the smart service. You can add additional input and output parameters, if needed. The default inputs that are generated for the Create Folder smart service are:
Input | Type | Required | Multiple |
---|---|---|---|
Parent Knowledge Center | Knowledge Center | No | Optional |
Parent Folder | Folder | No | Optional |
New Folder Name | Text | Yes | Required |
Inputs
property sheet, specify values for either the Parent Knowledge Center
node input, or the Parent Folder
node input. You cannot specify both.The Create Folder
smart service returns the folder object that was created.
Result Properties
are displayed, listing the AC!NewFolder
result and its save options.AC!NewFolder
result into an existing process variable that holds a Folder data type on the Target list.create a new process variable to store the folder by clicking the New process variable button.The Create Folder smart service is available as an expression function that can be executed inside a saveInto on a Interface Component or as part of a Web API.
a!createFolder(name, parentFolder, parentKnowledgeCenter, onSuccess, onError)
a!save()
or a!httpResponse()
. The following function variable is available when configuring this input:
a!save()
or a!httpResponse()
.\ / ; : " | ? ' > < * ]