Set Contact Full name
| Field | Value |
|---|---|
| ID | 39164946 |
| Status | Enabled |
| Object Type | CONTACT |
| Scope | ambiguous |
| Created | Dec 20, 2022 |
| Updated | Sep 11, 2025 |
Functional Analysis
Business Trigger: Contact's first name or last name is updated
Business Outcome: Maintain a computed full name field for display purposes
Type: DataSync | Complexity: low
Simple field concatenation with no conditional logic
**HubSpot Workaround:** HubSpot lacks native computed fields - this maintains a derived field that should be handled by the platform
**Scope Note:** Full name concatenation could be used by both sales and marketing teams for personalization and display
How This Workflow Functions
This workflow is designed to convert the trigger "Contact's first name or last name is updated" into the outcome "Maintain a computed full name field for display purposes".
| Runtime Metric | Value |
|---|---|
| Total action nodes | 1 |
| Decision points (branches) | 0 |
| Data update actions | 0 |
| Delay/wait actions | 0 |
| Notification actions | 0 |
| Task creation actions | 0 |
| External call actions | 0 |
Enrollment / Entry Criteria
Legacy Segment Criteria
| Group | Criteria |
|---|---|
| 1 | firstname IS_NOT_EMPTY AND lastname IS_NOT_EMPTY |
Step-by-Step Action Flow
| Sequence | Context | Action Type | What Happens |
|---|---|---|---|
| 1 | Main Flow | SET_CONTACT_PROPERTY | Execute SET_CONTACT_PROPERTY action |
Data Touchpoints
| Field | Usage | Contexts |
|---|---|---|
| firstname | read | enrollmentTrigger |
| lastname | read | enrollmentTrigger |
Action Narrative
- SET_CONTACT_PROPERTY