We use cookies to make HubSpot's community a better place. Cookies help to provide a more personalized experience and relevant advertising for you, and web analytics for us. To learn more, and to see a full list of cookies we use, check out our Cookie Policy (baked goods not included).
Aug 3, 2021 4:39 PM
Hello! I'm trying to set up a workflow that I only want triggered if a property doesn't change.
The custom property is a dropdown that allows us to indicate when we have sent a form (not built in Hubspot) out to a partner and when they have completed it.
I have the workflow trigger set to apply to contacts who are marked as "form sent" in this custom property, and have indicated a delay of 21 days before a reminder email is sent to them. If, during those 21 days, this custom property changes on their record (in this case it would change to "form complete"), will they still receive the email since they were triggered in the first place? Or will people only get the email if the trigger still applies to them?
I hope that's clear.
Thank you!
Meghan
Solved! Go to Solution.
Aug 3, 2021 11:48 PM
Hi @MeghanZ,
There are two ways to approach this. If your workflow looks like this...
... you could switch to the Settings tab and select this option:
Once the custom property changes to "Complete", a contact would be pulled out of that workflow. Probably the easiest option.
Alternatively, you could check after 21 days whether anything has changed about the custom property by using an if/then branch. Your workflow could then look like this:
Let me know if you have any follow-up questions!
Karsten Köhler |
![]() | Did my post help answer your query? Help the community by marking it as a solution. |
Aug 3, 2021 11:48 PM
Hi @MeghanZ,
There are two ways to approach this. If your workflow looks like this...
... you could switch to the Settings tab and select this option:
Once the custom property changes to "Complete", a contact would be pulled out of that workflow. Probably the easiest option.
Alternatively, you could check after 21 days whether anything has changed about the custom property by using an if/then branch. Your workflow could then look like this:
Let me know if you have any follow-up questions!
Karsten Köhler |
![]() | Did my post help answer your query? Help the community by marking it as a solution. |
Aug 6, 2021 12:46 PM
Thank you! I think this will work.
Aug 3, 2021 6:11 PM - edited Aug 3, 2021 6:11 PM
Hi Meghan,
Yes, the contact will recieve the email after 21 days if enrolled in the workflow. If you want to send the email only if the contact's property is still marked 'form sent', add if/then branch after the 21 day delay and before the automated email to check if the property is still marked 'form sent.'
✔️ Was I able to help answer your question? Help the community by marking it as a solution.
![]() | John Dobson Still have questions? Let's Talk |