⚙ Operations Hub

andyjohnson
Participant

Re-enrollment issues - Looping Renewal Deal Workflow

SOLVE

Hey everyone,

I'm trying to create a workflow that checks renewal deals on a daily basis, then moves them to corresponding stages in our Renewal Pipeline based on how far away their renewal date is. However, I cant get the deals to re-enroll automatically after they complete it once.  

Enrollment critiera

Screenshot 2024-11-23 at 6.49.20 PM.png

 

Re-enrollment criteria

Screenshot 2024-11-23 at 6.49.54 PM.png

The "Active Renewal" property is currently being set to "Yes" by another workflow, which is responsible for the initial creation and placement of these renewal deals in the Renewal Pipeline.

I tried adding a step at the end of the new workflow I'm creating that clears/updates that property as a way to trigger re-enrollment, but it did not work. I also setup another new workflow and had that update the property after a deal finished the main workflow, but they still would not re-enroll in the main workflow. 

I've also tried setting the main workflow to run once per day at a set time (which is the end goal), but it still does not run deals through if they have already completed it, even though when I test it says they meet enrollment criteria. 

Any input? 

0 Upvotes
1 Accepted solution
jforte
Solution
Top Contributor

Re-enrollment issues - Looping Renewal Deal Workflow

SOLVE

Oioi @andyjohnson!, everything good on your logic!! That didn't work because Hubspot tries to prevent workflows being on a infinite loop so you need to give something "new"/out of that workflow scope.

What's the trick? change the trigger of you main workflow from "active renewal updated in 1 day" to "active renewal is known or yes), at the end of you main workflow set an action to clear out or set the active renewal property to "no" than when you appendice workflows sets it back to yes.

That's should solve your problem! Ping me if not 🙂

José Forte - Hubspot ChampJosé Pedro Forte
RevOps Manager at Infraspeak

• Hubspot Champion User - 2019
• Marketing Hub Champion User - 2020
• +100 Hubspot Community Kudos - 2023
• Community Champion - 2023

Hubspot headaches? Let's turn Oh's into workflows!

Let's Connect !

View solution in original post

2 Replies 2
jforte
Solution
Top Contributor

Re-enrollment issues - Looping Renewal Deal Workflow

SOLVE

Oioi @andyjohnson!, everything good on your logic!! That didn't work because Hubspot tries to prevent workflows being on a infinite loop so you need to give something "new"/out of that workflow scope.

What's the trick? change the trigger of you main workflow from "active renewal updated in 1 day" to "active renewal is known or yes), at the end of you main workflow set an action to clear out or set the active renewal property to "no" than when you appendice workflows sets it back to yes.

That's should solve your problem! Ping me if not 🙂

José Forte - Hubspot ChampJosé Pedro Forte
RevOps Manager at Infraspeak

• Hubspot Champion User - 2019
• Marketing Hub Champion User - 2020
• +100 Hubspot Community Kudos - 2023
• Community Champion - 2023

Hubspot headaches? Let's turn Oh's into workflows!

Let's Connect !
andyjohnson
Participant

Re-enrollment issues - Looping Renewal Deal Workflow

SOLVE

Thanks Jose!

0 Upvotes