| title | Create Object |
|---|---|
| parent | object-activities |
The create-object action can be used to create an object.
{{% alert type="info" %}}
See Microflow Element Common Properties for properties that all activities share (e.g. caption). This page only describes the properties specific to the action.
{{% /alert %}}
The entity of which you want to create an object.
This property specifies whether pages that use the entity of the object being created are refreshed.
| Option | Description |
|---|---|
| Yes | Objects of same entity are refreshed in the user's browser. |
| No | Objects of same entity are not refreshed in the user's browser. |
Default value: No
You can initialize members of the newly created object. Values for members are specified with a microflow expression and should be of the same type as the member.
Variable name defines the name of the resulting object variable. It can be used by all activities that follow this activity.