Hi there,
My Goal (Image 1)
- I am trying to automate an email newsletter to send job postings stored in an Airtable base using the SendGrid extension.
Context:
- In a Jobs table I auto generate the HTML for this list item in a field. (Image 2)
- In a Newsletter table, I lookup the HTML list items, of the jobs that are included in the issue and put it into an unordered list (UL). (Image 3)
The Problem:
- When I parse the UL {listings} into the Sendgrid extension, it only displays the raw HTML. (Image 4+5)
- When I paste the raw HTML directly into the SendGrid extension, it renders it correctly. (Image 6+7)
- The same is true when I use this in conjunction with an HTML template from SendGrid.
How can I fix this?
Many thanks
The problem:
When I parse the
