The Embed CO Records in Email Table Cloud Content App enables you to embed multiple rows of data from Eloqua Custom Objects (COs) into an email using HTML. In this document, we’ll explain the whole process in detail.
The Content App allows Eloqua users to insert content into an email, and insert text or HTML before and after the CO records. A working knowledge of HTML coding is essential for creating well-formatted emails. Use our step-by-step guide to keep your work on the right track.
Not
Because Eloqua does not support using “!=” for “Does Not Equal”, use the not() operator in your filter. For example, if you wish to return records where Product ID is not equal to “687”, your filter would contain not(‘{2}’)=’687’
Today
The following are examples of some of the variables you can use to filter data. Note that the value “39” corresponds to your ‘Renew – ExpirationDate’ filtering field.
Syntax: today({fieldId}[,+-,Number(Days/Weeks/Months])
Examples
- today({39},+,5d) => Records where the date field {39} value is 5 days after today
- today({39},-,5w) => Records where the date field {39} value is 5 weeks before today
- not(today({39},+,5m)) => Records where the date field {39} value is Not 5 months after today
Range
Syntax: range( {fieldId}[,+-,Number(Days/Weeks/Months])
- range({39},+,5d) => Records where the date field {39} value is within the next 5 days (including today)
- range({39},-,5w) => Records where the date field {39} value is within the last 5 weeks (including today)
- not(range({39},-,5m)) => Records where the date field {39} value is NOT within the last 5 months (including today)
a. Show: Here, you can select what type of log you want to see. You have an option to select “All logs”, “Successful logs only”, “Failed logs only”.
b. Within the following timeframe: This field allows you to select the timeframe to view the execution logs.
Note: You can view up to 2 months of logs.