AmpScript is the correct answer. Enhanced dynamic content is just a spreadsheet with asset urls. Example
%%[
var @currentTime, @sendStartTime
set @currentTime = Now()
set @currentTime = format(@currentTime,"yyyyMMddhhmmss")
set @sendStartTime = Now(1)
set @sendStartTime = format(@sendStartTime,"yyyyMMddhhmmss")
]%%
currentTime: %%=v(@currentTime)=%%
<br>sendStartTime: %%=v(@sendStartTime)=%%
Copy
Output
currentTime: 20191129015530
sendStartTime: 20191129015530
Enhanced dynamic content is based on file . Can’t display dates
upvoted 3 times
...
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
AccosecAndrew
1 year, 1 month agoSFDevGroup
1 year, 11 months ago