Get Key-Value

Queries the value (and other metadata) associated with the specified Key under the specified Group .

This Node is obsolete and should not be used on new Workflows. The recommended replacement is Get Key Value 2.

Revision History

1.0.0.0 Initial Release
1.0.0.2 Bug fix
1.0.0.5 Performance improvements
1.0.0.7 Performance improvements
1.0.0.8 Performance improvements

Properties

Group

Type: String Input
Provides the name of the group that should be matched on. For example invoices.

Key

Type: String Input
Provides the key to search for a key-value pair.

Value

Type: String Output
Returns the value associated with the specified Key .

Status

Type: String Output
Returns the status of the specified Key .

DateTime

Type: DateTime Output
Returns the UTC date & time at which the Key-Value pair was last changed.

Remarks

Key-Value pairs provide a fast technique for permanently creating associations between equivalent records in a source and a target app or service.

Example scenario:

  • A workflow retrieves an order placed in an e-commerce platform (order 232 )
  • The order is integrated into an accounting system. On completion, the accounting system generates it's own order number ORD00412
  • Use the Set Key-Value Node to associate Key 232 with Value ORD00412
  • If a change is made to the order in the e-commerce platform and that change needs to be integrated into the accounting system, use the Get Key-Value Node to determine the correlating order ID when the update is made to the accounting system

Examples

See Sample Workflow for examples.

See Also

Set Key-Value
Get Key-Values
Set Key-Values