View this page in the latest version of Appian. Move Folder Smart Service Share Share via LinkedIn Reddit Email Copy Link Print On This Page Overview The Move Folder node allows you to select a folder and move it to a new Knowledge Center or folder (which must already exist). Only a System Administrator or Knowledge Center Administrator is able to move it. A folder cannot be moved in to a folder that is a descendant of itself. Caution: This node can only be executed with the appropriate user rights. Attempting to complete this task without sufficient rights generates an error message for the Process Administrator and pauses the process. Properties Category: Document Management Icon: Assignment Options: Attended/Unattended Configuration options This section contains tab configuration details specific to this smart service. For more information about common configurations see the Process Node Properties page. Data tab This tab displays all the Node Inputs and Node Outputs for the Service Node. You can add additional inputs and outputs, if needed. Node inputs The default inputs are: Input Data Type Required Multiple Folder Folder Yes No Destination Folder Folder No No Destination KC Knowledge Center No No If the node is run without being assigned to a user (or a group) you must specify values for each of the Node Inputs listed in the table above. You can either manually enter data into the text-field, or a value can be generated using the using the Expression Editor. When using the Expression Editor, you can reference and modify Process Variables, rules, constants, and other data. The expressions then specify your Node Input values. If the node is assigned, the Node Input values are typed by your assigned user(s) into a form. a!moveFolder() The Move Folder smart service is available as an expression function that can be executed inside a saveInto parameter on an interface component or as part of a Web API. Syntax a!moveFolder( folder, destinationFolder, destinationKC, onSuccess, onError ) Parameters Keyword Type Description folder Folder The folder to move. destinationFolder Folder The new parent folder for the selected folder. destinationKC Knowledge Center The new parent knowledge center for the selected folder. onSuccess Any Type A list of saves or an HTTP response to execute after the smart service executes successfully. Created with a!save() or a!httpResponse(). onError Any Type A list of saves or an HTTP response to execute when the smart service does not execute successfully. Created with a!save() or a!httpResponse(). Feature compatibility The table below lists this smart service function's compatibility with various features in Appian. Feature Compatibility Note Portals Partially compatible Can be used with Appian Portals if it is connected using an integration and web API. Offline Mobile Incompatible Sync-Time Custom Record Fields Incompatible Real-Time Custom Record Fields Incompatible Custom record fields that evaluate in real time must be configured using one or more Custom Field functions. Process Reports Incompatible Cannot be used to configure a process report. Process Events Incompatible Cannot be used to configure a process event node, such as a start event or timer event. Feedback Was this page helpful? SHARE FEEDBACK Loading...