I’m trying to insert the Profile Created date for a Notification in a Flow. I’ve tried :
{{profile_created}}
{{person.profile_created}}
{{personLookup:’Profile Created’}}
{{eventLookup:’Profile Created’}}
Any tips?
I’m trying to insert the Profile Created date for a Notification in a Flow. I’ve tried :
{{profile_created}}
{{person.profile_created}}
{{personLookup:’Profile Created’}}
{{eventLookup:’Profile Created’}}
Any tips?
Best answer by David To
Hey
I think this would actually be a great use case for the “today” variable as mentioned in our How to Format Date Variables in Templates Help Center article.
Since your intended goal is to have a Notification sent out when a user subscribes, you could use the {% today "%Y-%m-%d" as today %} {{ today }} in the body of the email which would render the current date. This may not be the same date as the profile creation date property, but I believe using the current date would be better suited with what you’re trying to achieve - informing your own staff of when a user subscribes to your site.
This is because users who have a profile created may not necessarily be subscribers. The profile created date is simply the date a profile was created and recognized within Klaviyo, hence being seen as system information. This is further highlighted in our Profile Updated & Profile Created section of the About the Information Section of a Profile Help Center article.
David
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.