Get all rows data of a particular table | Community
Skip to main content
rahulkad29786
Level 4
July 31, 2019
Solved

Get all rows data of a particular table

  • July 31, 2019
  • 2 replies
  • 3546 views

Hi,

I need to pull all related rows from Table_1 and capture the data in a content Block.

Then want to create any HTML email delivery and get all of the fetched row values printed from the content block.

Can anyone provide the sample code snippet or the alternate way to do it in Adobe Campaign Standard?

Thanks!

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by bisswang

You can use an Enrichment activity to fetch the data.

There choose "collection" and the number if max rows expected.

Then the data up to the specified nunber of rows will be part of additionalData and you can zse it in the Creative Designer to print it.

There is no supported way to fetch the data dynamically within the E-Mail creation at the moment as JavaScript js not supported in the editor.

2 replies

bisswangAdobe EmployeeAccepted solution
Adobe Employee
September 7, 2019

You can use an Enrichment activity to fetch the data.

There choose "collection" and the number if max rows expected.

Then the data up to the specified nunber of rows will be part of additionalData and you can zse it in the Creative Designer to print it.

There is no supported way to fetch the data dynamically within the E-Mail creation at the moment as JavaScript js not supported in the editor.

rahulkad29786
Level 4
September 9, 2019

Thanks ramon for your valuable inputs