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

Save Items by Property

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

The Save Items By Property step is used to save several items designated by a specified property.

Prerequisites 


Properties

Settings

PropertyDescriptionData Type
TypeDeclares the type of item to scan.                                                    ---

Inputs

PropertyDescriptionData Type
Override RegionOptional input to change the default region.AmazonAWSRegion
Property name to FindName of the property associated with items to scan.String
Property Value to FindValue of the property associated with items to scan.Object
Table NameName of the table containing the items to scan.String

Outputs

PropertyDescriptionData Type
ItemsOutputted items located by scanning.                                                                  List of String

Common Errors

Item Can't Be Null

If the item inputted is not properly formatted or is missing, the step will cause an error.

To correct this, change the inputted value for the item to the proper format of type object and that the inputted item is correct.

Exception Message:

DecisionsFramework.Design.Flow.ErrorRunningFlowStep: Error running step Save Item 1[DynamoDBSaveItemStep] in flow [Step Library Flow]: Item can't be null (Parameter 'Item to Save')
 ---> System.ArgumentNullException: Item can't be null (Parameter 'Item to Save')
 at Decisions.AWS.DynamoDB.DynamoDBSaveItemStep.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