Zoho CRM Query

The Zoho CRM Query activity runs the query for the specified object and returns the data that matches the criteria in the query.

Configuration

On the Configuration tab, you can define the Zoho CRM connection and the type of object to be deleted.

Field Description
Connection Select the connection you want to use from the list.
Object Select one of the following objects you want to create from the list:
  • accounts
  • campaigns
  • cases
  • contacts
  • leads
Action Select one of the options from the list.
Note: The options in this list varies depending on the type of activity and the object you select.

Input

The input tree displayed for this activity depends on the object that you have selected on the Configuration tab. You have the option to enter the input manually. If the preceding activity has an output, you can map the input to the output from the preceding activity.

Output

The Output tab displays the output schema of the activity in a tree structure format. The output is read-only. The information in the schema varies based on the fields selected on the Configuration tab. The properties that are displayed in the schema correspond to the output of this activity and can be used as input by subsequent activities in the flow.

Iterator

Use the Iterator tab to iterate a certain piece of logic multiple times. If you leave this tab blank, the activity is executed only once.

For more information about Iterator, see "Using the Iterator in an Activity" in the TIBCO Flogo® apps documentation.

Related concepts