I wanted to be able to access values from conversations and copy to tickets.
Example: I have a "Time for first agente reply" in conversations, but, dont have in tickets.
I made a flow that copied the value of the conversation field to the ticket, however, it only copies the date and not the date and time. Does anyone know why? How do I access the time value, too? I know that, somewhere in the conversations, there is a record of the time, but I don't know how to access it. Can you help me?
The Time to First Agent Email Reply property is a DateTime property which means that in the order for it to be copied via a workflow, we have to take a look at the target property type.
I wanted to share a snippet from this help article that explains that this is expected behavior:
When a datetime property is copied to a date picker property, the time will not be copied. Only the date value in a datetime property will be copied to a date picker property.
All of HubSpot's default date properties (e.g., Create date,Last modified date) are datetime properties, while all custom date properties created in HubSpot are date picker properties.
If you would like to copy the Time to First Agent Email Reply value to a custom property, you can create a datetime property via the HubSpot API. If would like to store specific times on a property, I would recommend this method 🙂
Hope this helps!
Best,
Kristen
Loop Marketing is a new four-stage approach that combines AI efficiency and human authenticity to drive growth. Learn More
The Time to First Agent Email Reply property is a DateTime property which means that in the order for it to be copied via a workflow, we have to take a look at the target property type.
I wanted to share a snippet from this help article that explains that this is expected behavior:
When a datetime property is copied to a date picker property, the time will not be copied. Only the date value in a datetime property will be copied to a date picker property.
All of HubSpot's default date properties (e.g., Create date,Last modified date) are datetime properties, while all custom date properties created in HubSpot are date picker properties.
If you would like to copy the Time to First Agent Email Reply value to a custom property, you can create a datetime property via the HubSpot API. If would like to store specific times on a property, I would recommend this method 🙂
Hope this helps!
Best,
Kristen
Loop Marketing is a new four-stage approach that combines AI efficiency and human authenticity to drive growth. Learn More