• Learn how AI and automation actually work in your Help Desk. Ask our experts how to improve team speed and customer happiness! AMA Nov 17-21.

    Ask us anything

CRM

ThomasPeter
Participant

Subscription Record Workflow

SOLVE

I have some custom properties in subscription that should be updated according the product, now i am using a workflow that is updating the properties according to each product, But the problem is i cant dynamically catch a product from subscription and also i want to know the easiest way to copy a property from product to subscription.

0 Upvotes
1 Accepted solution
AutomationStrat
Solution
Participant | Partner
Participant | Partner

Subscription Record Workflow

SOLVE

@ThomasPeter Unfortunately this is a HS limitation. Workflows can’t “look up” product properties and push them into the subscription object and there isn’t a direct way to dynamically copy properties between them. The easiest no-code workaround is to rely on line item properties in workflows. If you need it to be truly dynamic Ops Hub custom code or an external tool like Zapier may be the way to go.

 

If the product data is stored as line items on a deal/subscription, you can build workflows that copy properties from the line item into custom fields on the subscription object. HubSpot recently added more robust line item triggers in workflows, which makes this a bit easier (though it’s still limited if you have multiple products on the same subscription).

 

If you have Ops Hub Pro or Enterprise, you can use a custom code action inside a workflow to fetch the associated product/line item data via HubSpot’s API and then update the subscription record with the property values.

 

Hopefully this helps, let me know. 

 

--

AutomationStrat_0-1759238584837.png

 

AutomationStrat_1-1759238584839.png

 

 

Andrew Page

Managing Partner

Automation Strategy Group

Sales and Marketing Automation Consulting

 

View solution in original post

0 Upvotes
2 Replies 2
AutomationStrat
Solution
Participant | Partner
Participant | Partner

Subscription Record Workflow

SOLVE

@ThomasPeter Unfortunately this is a HS limitation. Workflows can’t “look up” product properties and push them into the subscription object and there isn’t a direct way to dynamically copy properties between them. The easiest no-code workaround is to rely on line item properties in workflows. If you need it to be truly dynamic Ops Hub custom code or an external tool like Zapier may be the way to go.

 

If the product data is stored as line items on a deal/subscription, you can build workflows that copy properties from the line item into custom fields on the subscription object. HubSpot recently added more robust line item triggers in workflows, which makes this a bit easier (though it’s still limited if you have multiple products on the same subscription).

 

If you have Ops Hub Pro or Enterprise, you can use a custom code action inside a workflow to fetch the associated product/line item data via HubSpot’s API and then update the subscription record with the property values.

 

Hopefully this helps, let me know. 

 

--

AutomationStrat_0-1759238584837.png

 

AutomationStrat_1-1759238584839.png

 

 

Andrew Page

Managing Partner

Automation Strategy Group

Sales and Marketing Automation Consulting

 

0 Upvotes
ThomasPeter
Participant

Subscription Record Workflow

SOLVE

Thanks for the reply 

0 Upvotes