HubSpot
Jump to navigation
Jump to search
Date fields
Using API v3, For a date only field, you need to explicitly set the date to midnight UTC
Function ScriptedField
ScriptedField=FormatDate("@@ORG:date_entered@@", "yyyy-MM-ddT00:00:00Z")
End Function