Click "Save".
How do I add dates from my custom table into my email design?
If needed, its possible to add a merge tag to include a date from your extended table(s). This can be useful when setting up triggered mailings that will be used for multiple events with different dates and times or transactional mailings.
HOW-TO:
To add these timestamps, insert this code into a text field in the Drag and Drop editor:
%%clock format [clock scan [merge table_name.table_field]] -format {%A}%%
The bold section will determine where the date is pulled from and how it is displayed.
table_name - name of the table where the date field is located
table_field - name of the field containing the date information
Example of date formats:
%%clock format [clock scan [merge table_name.table_field]] -format {%A, %B %d, %Y at %H:%M %p}%% shows Monday, June 26, 2017 at 7:05 PM
There are several different ways to format this merge tag based on how you want the date and time to show. All are outlined in this related article: How Do I Add the Current Date and Time to My Email Design?
How can I search data in my Custom Table?
If you're using an integration for Contacts, like eCommerce or Eventbrite, you can run searches on the data stored. Many times these integrations create what is called an extended table (aka custom table), which is separate from the main contact table. The main table and the integrated table are joined based on the email address.
Coming Soon to Air
How-To
Contacts dashboard
Go to Contacts
Click 'Find Contacts' icon (spyglass at the top right of the contacts table)
Use the drop down menu on left to scroll to bottom and find extended table
Click on (+) to display fields in that table
Check the box to select the field you want from your extended table
Enter a value in the text box
Click 'Search'
Custom report builder (Analytics)
Custom report builder availability depends on your license. Contact Client Success for questions.
Navigate to the Analytics Dashboard.
Choose Custom Reports from the left-hand navigation.
Click Create Custom Report at the top-right.
Choose "Contact Report".
Name your report and give it a description (description is optional).
Open the "Select Field" drop-down and search for the name of the extended table field you are looking for (I chose to look for object type in Salesforce to pull all Leads in the system).
Click Run Report once you are done creating clauses.
Use the drop-down on Run Report to choose additional fields to include in your report (I chose Lead Status and Lifetime Engagement).
Once you are satisfied with your report you can save it in the top-right and export using the three dots at the top-right of the report grid.