Introduction
When you add or change data in a table, you might want to see what was changed or what the old data looked like. Return values on write let you get this information right away.
You want to confirm what data was added or updated in your table.
You need to see the old data before it was changed to compare or log it.
You want to get the new data after an update without making another request.
You want to check if an item existed before you updated or deleted it.