Add Row Id in Enrichment | Adobe Higher Education
Skip to main content
Level 3
November 1, 2020
解決済み

Add Row Id in Enrichment

  • November 1, 2020
  • 1 の返信
  • 3542 ビュー

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

このトピックへの返信は締め切られました。
ベストアンサー anasso83525035

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:

 

 

 

1 の返信

Level 3
November 1, 2020

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:

 

 

 

rahulg1930481作成者
Level 3
November 2, 2020
@anasso83525035 Thanks for the answer