Article published on the 9th of February, 2022.
The contents of this article may be subject to change due to ongoing development of the Process Management product.
The "Writes to entity activity log" step is used to write recorded events to an entity activity log list.
Entity activity logs make it possible to record when specified events occur and log information about when the event happened, which event happened, which system triggered the event, and more.
The following image shows a process which includes the "Writes to entity activity log step:

Step specific properties
Parameter name | Required | Type | Description |
---|---|---|---|
Entity activity log title | Yes | String |
Use this field to select the list in which to create an item. |
Event type | Yes | String |
Use this field to select which content type this step creates. |
Event type ID | Yes | String | Entity Type Id. |
Event source | Yes | String | Path to the EventSourceType term in the term store (e.g. Document;Created). |
Event date | No | String | Timestamp for when the event occurred. |
Event user | No | String | Login name of the user that initiated the event. |
Event system | No | String | System from which the event originated. |
Item | No | Object | The item on which the event occurred. |
List | No | String | The list where the event occurred. |
Item data | No | String | Additional field values when the event occurred. Entered as a list of fields that exist on the Item object like this: Title,Author.email,CreatedBy.Name. |