UiPath - Search folders action

The Search folders action allows you to retrieve a list of folders in UiPath Orchestrator.

Input

Input fieldDescription
ExpandIndicates the related entities to be represented inline. The maximum depth is 2.
FilterRestricts the set of items returned. The maximum number of expressions is 100. For example, FolderType eq 'Standard'. Refer to the UiPath documentation for more information.
SelectLimits the properties returned in the result.
Order bySpecifies the order in which items are returned. The maximum number of expressions is 5, for example.
TopLimits the number of items returned from a collection. The maximum value is 1000.
SkipExcludes the specified number of items of the queried collection from the result.
CountIndicates whether the total count of items within a collection are returned in the result.

Output

Output fieldDescription
IDUnique identifier of the folder.
KeyUnique key value associated with the folder.
Display nameHuman-readable name assigned to the folder.
Fully qualified nameFull path of the folder including parent hierarchy.
DescriptionOptional text describing the folder’s purpose or content.
Folder typeIndicates whether the folder is of type Modern or Classic.
Is personalBoolean value indicating if the folder is a personal workspace.
Provision typeSpecifies how the folder was provisioned.
Permission modelDefines the folder’s permission structure, such as inherited or custom.
Parent IDUnique identifier of the parent folder, if applicable.
Parent keyKey value of the parent folder.
Feed typeSpecifies the package feed type associated with the folder.
CountNumber of records returned.

Last updated: