コミュニティアチーブメントバーを展開する。

Submissions are now open for the 2026 Adobe Experience Maker Awards

Mark Solution

この会話は、活動がないためロックされています。新しい投稿を作成してください。

解決済み

How to export columns dynamically in ACC?

Avatar

Community Advisor

Hi All,

 

I have a requirement to export data dynamically in ACC. 

 

Basically i have my recipients who can attend events from 1 to 10. So i can do a campaign today with 3 incoming events or 5 events. 

My question is there a way to generate an export dynamically of the recipients info + number of events using a JS activity?

If yes, can someone provide a snippet of code?

 

Thanks

David



David Kangni
1 受け入れられたソリューション

Avatar

正解者
Community Advisor

Hi,

 

What are the export cols? Is it a single count, e.g. eventCount, or a set of cols per event, event1Name, event1Location?

 

Thanks,

-Jon

元の投稿で解決策を見る

3 返信

Avatar

正解者
Community Advisor

Hi,

 

What are the export cols? Is it a single count, e.g. eventCount, or a set of cols per event, event1Name, event1Location?

 

Thanks,

-Jon

Avatar

Community Advisor

Hi Jon,
@Jonathon_wodnicki 
It's a set of cols per event

 

Thanks

David



David Kangni

Avatar

Community Advisor
Prob easiest to write the file directly with JS then vs trying to finagle the export activity. The file writing can be moved to a csv lib so your code would just call csv = Client.CSV.new(params), csv.writeRow(array)