This activity is used to set a property of an object to a new value, where the property is identified by its name. This is typically necessary when you created a new object during the workflow, e.g. with the CreateInstance activity, or if you want to modify existing objects.
This activity does not automatically save changes. If you want to persist the changed values, you need i.e. a subsequent SaveObject activity!
Example
Set the NAME of a given object to the new value "NewName":