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

Save Item

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

The Save Item step is used to save a designated item to a table.

Prerequisites 


Properties

Inputs

PropertyDescriptionData Type
Item to SaveItem of type object to save.Object
Override RegionOptional input permitting the ability to change the default regionAmazonAWSRegion
Table NameName of the table to save the item to.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