Scroll To Top

Table Actions

Table of Contents

Introduction

The Table Actions allow you to perform an action on demand or after data has been updated in your table. The available actions are found in the Action Types section below.

Existing Actions

After Table Actions have been associated with this table they appear as objects under the Existing Actions heading. These Table Actions display information about the configured action.

Options

Clicking the three-dot icon provides a list of available options for the corresponding Table Action.

  • Edit — Opens the Action Type modal to allow for changes

  • View (conditional) — Navigates to the correseponding Orchestration page

  • Run (conditional) — After confirmation, immediately runs the selected action

  • Remove — After confirmation, deletes the configured action

Adding An Action

To add a new action to the table, select an Action Type from the Select New Action Type dropdown and click Add Action. Once you've selected your action and click Add Action, a configuration modal should appear corresponding to the selected Action Type.

Action Types

Several different Action Types are available that can modify columns directly or run a configured Orchestration entity.

Task

This configuration modal provides a list of Tasks from which you can select.

Batch

This configuration modal provides a list of Batches from which you can select.

Package

This configuration modal provides a list of Packages from which you can select.

Conditional Row Updates

This configuration modal provides an interface to create one or multiple conditions in which a column should be updated with a value.

Conditional Type

There are two options for this setting:

  • Match all conditions — Requires ALL the conditions defined in the IF section to be true for the THEN action to be executed
  • Match any conditions — Requires ANY the conditions defined in the IF section to be true for the THEN action to be executed

IF section

This section provides a column, operator, and value to set for conditions in which the THEN action would be constrained by.

  • Column — Provides a list of columns from the current Table to perform the conditional check on
  • Operator — Provides a list of available comparison operators. This operator will be used to evaluate the current value in the Column specified against the comparison Value.
  • Value — A input to specify a comparison value. This value is compared against the current value in the column specified using the Operator

THEN section

This section allows the user to specify what should happend if the conditions specified occur.

  • Column — Provides a list of columns from the current Table to set the Value
  • Value — An input to specify the value that should be set on the Column