Workflow get stuck when copying Contact information to Deal information
SOLVE
Hello community!
I have some troubles with one of my workflows and I can see that it is a common thing, but I can't figure it myself.
I have a workflow that creates a Deal whenever a new contact is created through form submission, but after the deal is created, further information is not copied to the deal. I mention that the data field are of the same type.
Workflow get stuck when copying Contact information to Deal information
SOLVE
@MDorobantu I would have to see the full workflow to be able to spot the issue.
But, still, if you want to copy field values, you would have to do so like I explained in my previous answer. If you have more fields, you'd have to adjust enrollment accordingly (add more fiels using the OR operator in the enrollment criteria) or set up one workflow per field. Alternatively, look into sync properties: https://knowledge.hubspot.com/properties/create-sync-properties
But, as I said, as part of your big workflow, your not setting up a permanent sync between contact and deal, you're just copying once at the time of execution of the action. It's expected behavior that later changes on the contact do not carry over to the deal if you set it up like you currently have.
Karsten Köhler HubSpot Freelancer | RevOps & CRM Consultant | Community Hall of Famer
Unless you're setting up reenrollment in your workflow, workflows will only execute once. Your copy action is not a permanent sync, it's one-off.
If you want to push each change of the contact country into the associated deals, you would need a separate contact based workflow:
Reenroll contacts based on 'When Filter criteria is met' - 'Country/Region is known AND Number of associated deals is known' (reenrollment enableb for both)
Copy property value from contact to deal
Best regards!
Karsten Köhler HubSpot Freelancer | RevOps & CRM Consultant | Community Hall of Famer
Workflow get stuck when copying Contact information to Deal information
SOLVE
@MDorobantu I would have to see the full workflow to be able to spot the issue.
But, still, if you want to copy field values, you would have to do so like I explained in my previous answer. If you have more fields, you'd have to adjust enrollment accordingly (add more fiels using the OR operator in the enrollment criteria) or set up one workflow per field. Alternatively, look into sync properties: https://knowledge.hubspot.com/properties/create-sync-properties
But, as I said, as part of your big workflow, your not setting up a permanent sync between contact and deal, you're just copying once at the time of execution of the action. It's expected behavior that later changes on the contact do not carry over to the deal if you set it up like you currently have.
Karsten Köhler HubSpot Freelancer | RevOps & CRM Consultant | Community Hall of Famer