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

Submissions are now open for the 2026 Adobe Experience Maker Awards

Mark Solution

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

解決済み

Add Row Id in Enrichment

Avatar

Level 4

I am trying to add a new column using Enrichment activity. The new column should contain the corresponding row number. Is there a way to achieve this in Adobe Campaign Standard.

 

Thanks,

Rahul

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

Avatar

正解者
Level 3

Hello @rahulg1930481,

 

You can add the expression RowId() in your enrichment activity.

 

There is btw an issue that needs to be corrected when choosing RowID from the functions list, the parenthesis are missing:

 

anasso83525035_0-1604236708023.png

 

 

元の投稿で解決策を見る

2 返信

Avatar

正解者
Level 3

Hello @rahulg1930481,

 

You can add the expression RowId() in your enrichment activity.

 

There is btw an issue that needs to be corrected when choosing RowID from the functions list, the parenthesis are missing:

 

anasso83525035_0-1604236708023.png

 

 

Avatar

Level 4
@anasso83525035 Thanks for the answer