| Property | Description | Returns | 
|---|---|---|
| updateData | Get the data to use when updating the record | string | 
| source | Get the source for the update record action | string | 
| sourceAction | Get the source action for the update record action | BaseAction | 
| elementIndex | Get the element index if the update record action is using a source requiring an index | int | 
| entity | Get the entity to use when selecting a record directly by entity and id | string | 
| recordId | Get the record id to use when selecting a record directly by entity and id | string | 
| type | Get the type of the action, which is the object name without namespace for the action | string | 
| displayType | Get Nice Name for Action Class | string | 
| availablePreviousActions | Get the available previous actions | Collection | 
| id | int | |
| name | string | |
| text | string | |
| position | int | |
| data | array | |
| created | DateTime | |
| modified | DateTime | |
| hook | Get the Hook this Action is assigned to | Hook | 
| parent | BaseAction | |
| published | DateTime | |
| published | bool | |
| containedInLoop | Check whether the action is contained in a loop | bool | 
| containingLoop | Get the loop this action is contained in | Loop | 
Hooks\Models\Api\UpdateRecordAction
UpdateRecordAction Entity