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 16, 2021 3:06 AM
hi,
So when my deal reaches closed won, i have a property "start date" and a property "end date" that i need filled.
Start date is date of step so it's easy to fill with workflow.
End date is 60 days after start date. But in the workflow i can only select a static date or date of step.
Is there any way to automatically fill end date or i have to put a task to do it?
Many thanks
David
Solved! Go to Solution.
Aug 16, 2021 3:17 AM
Hi @dmattauch,
There are a few ways to approach this. Out of the box, it's not possible to set a date property to 60 days in the future.
The first option would be to add a delay in the workflow and then set the property to the step of the date after this delay. Usually this doesn't work because you need the date property to have a value before that.
The second option would be custom code actions in workflows which allow you to calculate the date right in the moment, alternatively the new date formatting options. This would require HubSpot Operations Hub Professional, a recently introduced product. There is short LinkedIn video by @KyleJepson which demonstrates this: https://www.linkedin.com/posts/kyleanthonyjepson_hubspottipsandtricks-hubspot-automation-activity-68...
The third option would be a third-party solution, e.g. Zapier. With Zapier you could do the calculation outside of HubSpot and sync back the date information into HubSpot.
Hope this helps!
Karsten Köhler |
![]() | Did my post help answer your query? Help the community by marking it as a solution. |
Aug 16, 2021 3:17 AM
Hi @dmattauch,
There are a few ways to approach this. Out of the box, it's not possible to set a date property to 60 days in the future.
The first option would be to add a delay in the workflow and then set the property to the step of the date after this delay. Usually this doesn't work because you need the date property to have a value before that.
The second option would be custom code actions in workflows which allow you to calculate the date right in the moment, alternatively the new date formatting options. This would require HubSpot Operations Hub Professional, a recently introduced product. There is short LinkedIn video by @KyleJepson which demonstrates this: https://www.linkedin.com/posts/kyleanthonyjepson_hubspottipsandtricks-hubspot-automation-activity-68...
The third option would be a third-party solution, e.g. Zapier. With Zapier you could do the calculation outside of HubSpot and sync back the date information into HubSpot.
Hope this helps!
Karsten Köhler |
![]() | Did my post help answer your query? Help the community by marking it as a solution. |
Aug 16, 2021 3:19 AM
Perfect thanks Karsten