Add Row Id in Enrichment | Community
Skip to main content
Level 3
November 1, 2020
Solved

Add Row Id in Enrichment

  • November 1, 2020
  • 1 reply
  • 3523 views

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

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 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 reply

anasso83525035Accepted solution
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:

 

 

 

Level 3
November 2, 2020
@anasso83525035 Thanks for the answer