Skip to main content

Get Documents

Description

This activity gets the list of all documents linked with the user with support for pagination.

Properties

Input

  • Filter - You can apply the filter to get the required documents. The filter can be applied to various properties of the workflow. Click on the Filter button to open the filter dialog.

Misc

  • DisplayName - Add a display name to your activity.
  • Private - By default, activity will log the values of your properties inside your workflow. If private is selected, then it stops logging.

Optional

  • Continue On Error - It Specifies whether the automation should continue even when the activity throws an error. If True, the activity continues without throwing any exceptions. If False, the activity throws an exception. The default value is False.
    note

    Catches no error if this activity is present inside the Try-Catch block and the value of this property is True.

Output

  • Documents - The required list of documents.

Pagination

  • Page Size - Specify the number of records fetched per page.
  • Page Number - Specify the index of the page.

Example

Download Example

Get Documents