CRM

HubSpotMaster
Asesor destacado | Partner nivel Diamond
Asesor destacado | Partner nivel Diamond

Deal Create Date -- Can't Copy Property Value to a custom date stamp field

resolver

I create custom date stamps on each stage in my funnel so I can pull the data out and do additional analysis. I created a Property group called "Stage Change Date Stamps" to group them all together. The one date I was missing was the deal "Create Date". 

 

I made a custom field and was going to build a deal workflow to copy the create date property and it won't let me copy that date to a custom date field. 

 

Anybody else run into this? Feels like a system limitation but wanted to crowd source the issue to see if anyone else does this practice. Thanks!

 

Adam

2 Soluciones aceptadas
Mike_Eastwood
Solución
Asesor destacado | Partner nivel Gold
Asesor destacado | Partner nivel Gold

Deal Create Date -- Can't Copy Property Value to a custom date stamp field

resolver

Hi Adam

 

We were really frustrated by the limitations using HubSpot Workflows – especially when working with dates.

 

Here's a doc I bookmarked whil trying to manipulate dates - hope this helps.

 

https://knowledge.hubspot.com/articles/kcs_article/workflows/compatible-source-and-target-properties...

 

In the end we solved the issue by using Webhooks and updating the Date Properties via the API.

 

Have fun

Mike

 

Ver la solución en mensaje original publicado

slogans
Solución
Colaborador

Deal Create Date -- Can't Copy Property Value to a custom date stamp field

resolver

Was running into the same problem and just thought of a solution - use the workflow to just set the current day. It would only be helpful for going forward, not back dating. Here's my use case:

 

Field I want to copy:

"Date of last meeting booked in meetings tool"

 

I need:

"Date of first meeting booked in meetings tool"

 

I had to create a custom field to hold that date.

 

Workflow:

- not repeatable

- trigger = when "Date of last meeting booked in meetings tool" is known.

- set "date of first meeting booked in meetings tool" to "Date of Step"

 

So, don't copy anything; I tell "Date of first meeting booked in meetings tool" that it should just happen to record the date another field was triggered.

Ver la solución en mensaje original publicado

4 Respuestas 4
slogans
Solución
Colaborador

Deal Create Date -- Can't Copy Property Value to a custom date stamp field

resolver

Was running into the same problem and just thought of a solution - use the workflow to just set the current day. It would only be helpful for going forward, not back dating. Here's my use case:

 

Field I want to copy:

"Date of last meeting booked in meetings tool"

 

I need:

"Date of first meeting booked in meetings tool"

 

I had to create a custom field to hold that date.

 

Workflow:

- not repeatable

- trigger = when "Date of last meeting booked in meetings tool" is known.

- set "date of first meeting booked in meetings tool" to "Date of Step"

 

So, don't copy anything; I tell "Date of first meeting booked in meetings tool" that it should just happen to record the date another field was triggered.

PamCotton
Administrador de la comunidad
Administrador de la comunidad

Deal Create Date -- Can't Copy Property Value to a custom date stamp field

resolver

Hello @slogans 

 

Thank you for also sharing this solution with our Community.

 

Kindly,

Pam

Você sabia que a Comunidade está disponível em outros idiomas?
Participe de conversas regionais, alterando suas configurações de idioma !


Did you know that the Community is available in other languages?
Join regional conversations by changing your language settings !




Mike_Eastwood
Solución
Asesor destacado | Partner nivel Gold
Asesor destacado | Partner nivel Gold

Deal Create Date -- Can't Copy Property Value to a custom date stamp field

resolver

Hi Adam

 

We were really frustrated by the limitations using HubSpot Workflows – especially when working with dates.

 

Here's a doc I bookmarked whil trying to manipulate dates - hope this helps.

 

https://knowledge.hubspot.com/articles/kcs_article/workflows/compatible-source-and-target-properties...

 

In the end we solved the issue by using Webhooks and updating the Date Properties via the API.

 

Have fun

Mike

 

HubSpotMaster
Asesor destacado | Partner nivel Diamond
Asesor destacado | Partner nivel Diamond

Deal Create Date -- Can't Copy Property Value to a custom date stamp field

resolver

@Mike_Eastwood Thanks for pointing me in the right direction, definitely a nusiance. Also struggling you can take dates from your deal properties and add them as the task due date.  

 

All in all been some great automation progress over the last 6 months, excited for it to continue to evolve so we can do less custom dev.