Sometimes you may need to edit existing data. You can use update
to do that. Using update
begins the update process, filter
narrows down the set of objects to edit (no need for filter
if you want to update every object), and the set
block determines the actual changes:
Let's select the updated post: