Concept Flow - Multiple actions in one update
Start Update Request
Parse Update Expression
Identify Actions: SET, REMOVE, ADD, DELETE
Apply SET actions
Apply REMOVE actions
Apply ADD actions
Apply DELETE actions
Save Updated Item
Return Updated Attributes
The update request is parsed to identify multiple actions, which are applied in order: SET, REMOVE, ADD, DELETE, then the item is saved and updated attributes returned.