Data source value not showing in campaign
Hi.
I have a supplemental table called BOOKINGS which looks like so
EMAIL_ADDRESS_ | BOOKINGREF | STAYDATE | RETURNDATE |
---|---|---|---|
test@test.com | TESTA1 | 2020-01-01 00:00:00.0 | 2020-02-01 00:00:00.0 |
Which has been added to my data sources, all columns added
When I reference the values via RPL in the content and generate the email -
${BOOKINGS.EMAIL_ADDRESS_}
${BOOKINGS.BOOKINGREF}
${BOOKINGS.STAYDATE}
${BOOKINGS.RETURNDATE}
Only BOOKINGREF and RETURNDATE actually output anything, the other two are blank. When I preview the email with data sources outputted at the bottom, it shows that there are values for those columns, they're just not being displayed in the email.
0