PLEASE NOTE: Using Utility Connectors counts toward your overall task usage.

Purpose

To store some data in a Cycle and access it later in the same Cycle, you can use the Cycle Data Storage Connector.

Data can be written in one part of the Cycle and retrieved in another.

Any data that is stored in the Connector will only be accessible within the same cycle.

The Cycle Data Storage Connector works using simple Key and Value pairs. The Key is unique and is used to set and get the Value.

If you wish to store more structured data or more than one value (perhaps the firstname, lastname, etc of a contact), you should use the Cycle Object Storage Connector as that allows multiple values to be stored as a single “object” against a Key value.

Usage

How To Use Cycle Data Storage