Update Items (Amazon DynamoDB) activity

An activity that changes one or more items in Amazon DynamoDB.


Update Items activity

Configure the Update Items activity

To configure the Update Items activity, do the procedure in this topic.

Prerequisites

Good to Know

How to Start

  1. Open Process Builder.

    For information about how to open this screen, refer to Process Builder.


    Open Process Builder
  2. In Process Builder, in the Activity Library, open the Amazon DynamoDB tab.

    Open Amazon DynamoDB tab
  3. On the Amazon DynamoDB tab, drag the Update Items activity onto your process.

    Drag Update Items activity

General Configuration

Specifies the basic settings for the Update Items activity.

Figure: General Configuration screen

General Configuration screen

Good to Know

  • Documentation for this screen is provided for completeness. The fields are mostly self-explanatory.

Fields

Field NameDefinition

Display Name

Description:
Specifies the activity name that shows in your process.
Allowed Values:
One line of text (a string).

Accepted:

  • Letters
  • Numbers
  • Spaces
Default Value:
None
Accepts Variables:
No
Example:
This is a common configuration field that is used in many examples. Refer to:
  • Examples - Step-by-step use case examples, information about what types of examples are provided in the AgilePoint NX Product Documentation, and other resources where you can find more examples.

Description

Description:
Specifies an optional text description for your activity.
Allowed Values:
More than one line of text.
Default Value:
None
Accepts Variables:
No

Update Items Configuration > Request Data tab

Specifies the information to change one or more items in Amazon DynamoDB.

Figure: Update Items Configuration > Request Data tab

Update Items Configuration Request Data tab

Fields

Field NameDefinition

Amazon Web Services

Description:
Specifies the access token that connects to your Amazon Web Services.
Allowed Values:
A list of access tokens configured for your environment.
Default Value:
None
Accepts Variables:
No

Create Add Token icon

Opens this Screen:
Access Token for Amazon Web Services
Function of this Screen:
Configure an access token to connect to Amazon Web Services.

Table Name

Description:
Specifies the Amazon DynamoDB table to which items are added or changed.
Allowed Values:
A valid Amazon DynamoDB table name.
Default Value:
None
Accepts Variables:
Yes

Repeating Node

Description:
Specifies the repeating schema element from the Process Data > Form Data or Model Data tab.
Allowed Values:
A valid repeating XML schema element.
Default Value:
None
Accepts Variables:
Yes
Example:
/pd:myFields/pd:PersonalDetails

Column Name

Description:
Specifies the name of the Amazon DynamoDB column.

When you select a table name, the column names associated with the table show in this field

Allowed Values:
A valid Amazon DynamoDB column name.
Default Value:
None
Accepts Variables:
No
Limitations:

Some information about third-party integrations is outside the scope of the AgilePoint NX Product Documentation. It is the responsibility of the vendors who create and maintain these technologies to provide this information. This includes specific business use cases and examples; explanations for third-party concepts; details about the data models and input and output data formats for third-party technologies; and various types of IDs, URL patterns, connection string formats, or other technical information that is specific to the third-party technologies. For more information, refer to Where Can I Find Information and Examples for Third-Party Integrations?

Column Value

Description:
Specifies the child schema element of the repeating schema element from the Process Data > Form Data or Model Data tab.
Allowed Values:
A valid child XML schema element.
Default Value:
None
Accepts Variables:
Yes
Example:
/pd:AgilePoint/pd:Products/pd:ComponentName

Data Type

Description:
Specifies the data type of the Amazon DynamoDB column.
Allowed Values:
  • String
  • Number
  • StringSet
  • NumberSet
  • Boolean
Default Value:
None

Action

Description:
Specifies how to change the items in Amazon DynamoDB.
Allowed Values:
  • SET
  • REMOVE
  • ADD
  • DELETE
Default Value:
Set
Limitations:

Some information about third-party integrations is outside the scope of the AgilePoint NX Product Documentation. It is the responsibility of the vendors who create and maintain these technologies to provide this information. This includes specific business use cases and examples; explanations for third-party concepts; details about the data models and input and output data formats for third-party technologies; and various types of IDs, URL patterns, connection string formats, or other technical information that is specific to the third-party technologies. For more information, refer to Where Can I Find Information and Examples for Third-Party Integrations?

Create Create icon

Function:
Creates a row to specify the Amazon DynamoDB column information.

Delete Delete icon

Function:
Deletes the row.

Update Items Configuration > Conditions tab

Specifies the query conditions to changes one or more items in Amazon DynamoDB.

Figure: Update Items Configuration > Conditions tab

Update Items Configuration Conditions tab

Fields

Field NameDefinition

Amazon Web Services

Description:
Specifies the access token that connects to your Amazon Web Services.
Allowed Values:
A list of access tokens configured for your environment.
Default Value:
None
Accepts Variables:
No

Create Add Token icon

Opens this Screen:
Access Token for Amazon Web Services
Function of this Screen:
Configure an access token to connect to Amazon Web Services.

Table Name

Description:
Specifies the Amazon DynamoDB table to which items are added or changed.
Allowed Values:
A valid Amazon DynamoDB table name.
Default Value:
None
Accepts Variables:
Yes

Column Name

Description:
Specifies the name of the Amazon DynamoDB column.

When you select a table name, the column names associated with the table show in this field

Allowed Values:
A valid Amazon DynamoDB column name.
Default Value:
None
Accepts Variables:
No
Limitations:

Some information about third-party integrations is outside the scope of the AgilePoint NX Product Documentation. It is the responsibility of the vendors who create and maintain these technologies to provide this information. This includes specific business use cases and examples; explanations for third-party concepts; details about the data models and input and output data formats for third-party technologies; and various types of IDs, URL patterns, connection string formats, or other technical information that is specific to the third-party technologies. For more information, refer to Where Can I Find Information and Examples for Third-Party Integrations?

Condition

Description:
Specifies the operator to use in your condition.
Allowed Values:
  • =
  • <>
  • <=
  • <
  • >=
  • >
  • Between
  • Exists
  • Not Exists
  • Contains
  • Not Contains
  • Begins with
Default Value:
=

Value

Description:
Specifies the value for the column.
Allowed Values:
A valid column value.
Default Value:
None
Accepts Variables:
Yes
Limitations:

Some information about third-party integrations is outside the scope of the AgilePoint NX Product Documentation. It is the responsibility of the vendors who create and maintain these technologies to provide this information. This includes specific business use cases and examples; explanations for third-party concepts; details about the data models and input and output data formats for third-party technologies; and various types of IDs, URL patterns, connection string formats, or other technical information that is specific to the third-party technologies. For more information, refer to Where Can I Find Information and Examples for Third-Party Integrations?

Operator

Description:
Specifies the logical operator for your condition.
Allowed Values:
  • AND
  • OR
Default Value:
None

Create Create icon

Function:
Adds more than one condition.

Delete Delete icon

Function:
Deletes the row.