List All Records

Estimated reading: 2 minutes 58 views

This activity helps the user to fetch the list of specific record. 

Properties

Configuration

Once you select the respective project name where Zendesk has been authenticated, the activity will automatically retrieve the available connections for that project.

If you have not added the connection, click here to learn more. 

Below are the properties available after the project has been integrated:

Zendesk: *This parameter indicates the account name associated with the integration.

Input

Object Type: Specifies the object type to be selected from the drop-down list, such as ticket, group, user, etc. It also accepts values in the String data type. 

Manage Properties

Use this wizard to configure the standard fields for the selected records. You can select the fields, assign a default value or a corresponding variable, and save the configurations. 

MISC

DisplayName: Displays the name of the activity. The activity name can be customized, which aids in troubleshooting.

SkipOnError: Specify the “Boolean” value as “True” or “False.”
True: Continue executing the workflow regardless of any errors thrown.
False: Halt the workflow if it encounters any errors.
None: If the option is left blank, the activity will, by default, behave as if “False” were chosen.

Version: It indicates the version of the feature being used.

OUTPUT

Result: It provides the ability to view the execution status of the activity. It returns values in “Boolean.”
True: Indicates that the activity has been executed successfully without any errors.
False: Indicates that the activity has been unsuccessful due to an unexpected error being thrown.

* Represents mandatory fields to execute the workflow.

How to View the Output of the Activity?

To view the output of this activity, configure its output properties using the Manage Properties wizard. Follow the steps below:

1. Select the activity and open the Manage Properties wizard.
2. You will see four properties: MaxRecord, PageSize, FirstOfRecord, and ListOfRecords.
3. Set the maximum number of records to retrieve in the MaxRecord property.
4. To store and access the list of retrieved records, assign a variable to the “ListOfRecords” property.
5. Use a For Each activity to iterate through the list and view each record.

Share this Doc

List All Records

Or copy link

CONTENTS