Choose, clear, or pass a customer status with a variable when an automation creates or updates a customer.
Set the status as part of the customer step
Create customer, Create or update customer, and Update customer now have a dedicated Status field. Pick one of your organization's statuses, choose No status to clear it, or use a variable when the value comes from an earlier step.
If you leave Status untouched, existing workflows keep behaving as before. New customers get the organization default, while existing customers keep their current status during an update or create-or-update step.
Keep status moving through the workflow
Customer write steps now return both the status ID and label. Get customer and Customer created expose the same fields, so the next step can branch on the status or pass it along. Agent-built workflows can also fetch the organization's available statuses before saving a node.
Under the hood
Every selected or variable status is checked against the workflow organization before it is saved. Existing workflows need no migration or operator action.