Change object action used in a microflow

0
Hi, When using a change object action in a microflow, should we assign all the attributes with data or only the required attributes?     Thanks
asked
2 answers
1

Only the attributes that you want to have changed

answered
1

You should only assign new values (change values) of the attributes you want to change. Even when creating a new object, you can set data/values for some of the attributes and others will take the default value which is specified in the domain model. For the change object action, its clear by name also that only required changes should be done

answered