Have Questions?  Need Expert Answers?  JOIN LUNCH N' LEARNS!

Get Query Items Within Partition Key

Prev Next
Step Details
Introduced in Version8.0.0
Last Modified in Version9.0.0
LocationIntegration > Amazon AWS > Dynamo DB

The Get Query Items Within Partition Key step is used to retrieve query items that are held within a partition key and output them as a list.

Prerequisites 


Properties

Settings

PropertyDescriptionData Type
TypeDeclares the type of the items to query. ---
Sort KeyOptional dropdown to declare whether there is a sort key associated.---

Inputs

PropertyDescriptionData Type
Override RegionOptional input to override the default region.AmazonAWSRegion
Partition KeyPartition key to query items inside of.Object
Table NameName of the table containing the partition key.String

Outputs

PropertyDescriptionData Type
ItemsOutputs the queried items as intended to retrieve from inputs.List of String


Common Errors

Partition Key Is Missing.

If the inputted partition key is not properly defined for its type or does not exist at all, the step will cause an error.

To correct this, input a partition key that is correctly formatted and linked properly to the intended DynamoDB table.

Exception Message:

DecisionsFramework.Design.Flow.ErrorRunningFlowStep: Error running step Get Item 1[DynamoDBGetItemStep] in flow [Step Library Flow]: Partition key is missing ---> System.ArgumentException: Partition key is missing
at Decisions.AWS.DynamoDB.DynamoDBGetItemStep.Run(StepStartData data)
at DecisionsFramework.Design.Flow.FlowStep.RunStepInternal(String flowTrackingID, String stepTrackingID, KeyValuePairDataStructure[] stepRunDataValues, AbstractFlowTrackingData trackingData)
at DecisionsFramework.Design.Flow.FlowStep.Start(String flowTrackingID, String stepTrackingID, FlowStateData data, AbstractFlowTrackingData trackingData, RunningStepData currentStepData)
--- End of inner exception stack trace ---



Related Information


Related Articles:

Amazon Web Services Module