Connector Action Flow Step

Use the Connector Action flow step to interact with the API of an external system, as implemented by connector builders.

In a flow, this step creates an action, then a job processes the action, and then the data goes to the connector. The connector then processes this data according to the action path identified in the flow step details.

For example, if you are integrating ProjectSight and Vista job phases, you can use the Upsert v2 connector to update Vista with changes in ProjectSight. In the example screenshot below, the connector action will update job phase data from the current system (ProjectSight) if the job phase already exists in Vista, or insert the job phase if it does not exist in Vista. The configuration will be specific to the connector action, but will typically include all the fields for the relevant data object.

Step Inputs

In the Edit Step menu, you can add details about the step configuration as needed for your flow.

Step Detail

Note: You can view the JSON schema definition and OpenAPI documentation for an action path by selecting the links below this field. For some actions, you can disable real-time processing, although in most cases you should keep this enabled.

Retry Policy

This section only displays if you toggle on the Enable Retry Policy option. Retry policies run additional attempts in a 24-hour window. If this window passes and the action still fails, the flow will move on to the next step.

To set up the retry policy, enter values in the following fields:

Configuration

Depending on what data you post, you can further refine and customize flow step properties. 


The Configuration section is also where you define action properties. The properties listed depend on the connector and action path you choose in the Step Detail section—the property values are mapped to the system to which you are posting data. For details about property values, see Common Code Examples.

Tip: Avoid adding hardcoded values when defining a property. If you need to translate data between connectors, use a Map JSON List or Object step before the Connector Action Step. 

To include additional properties beyond the ones that are required, select the Include checkbox and enter a value to add the property to the configuration. 

Step Outputs

The output of the connector action varies depending on the type of connector action executed, but it is usually the response from the third-party system. For example, the potential outputs of an add action are that the data is added or the action fails. Similarly, the potential outputs of a delete action are that the data is deleted or the action fails. You can confirm the outcome of a connection action by referencing its step status. These are the possible statuses a step can have:

Action Output

Connector Action operations may cache write data to ensure the cache stays in sync with data changes instead of waiting for a scheduled cache write. While this is best practice to implement this function, it is the responsibility of the connector developer to program the action outcome to do so. Therefore, it may not be in use for your cached data.

Trigger Other Flows on Action Completion

You can use a completed action to trigger another flow. When setting up the trigger, choose the trigger type based on what you want the flow to do. Trigger types include Cache Write, Action Close Out, and On Demand. For more information about when to choose each trigger type, see Triggers. 

Was this helpful? Give us feedback.