I want to get the total counts of records (preferably in a variable) coming out from an enrichment activity (let's call it enrichment A) which I then want to use in my subsequent activities downstream ( let's call it enrichment B) .
In my enrichment B activity I actually use a case / iif with this variable. The problem is count all etc is not supported in enrichment so I am thinking the only way would be to get the total count of records coming into enrichment B through a variable.
Do let me know if any ideas/ suggestions on this.
Thanks
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
In ACS unfortunately you can't define a variable for this.
Though the default variable recCount should be available for this.
Or you might use following approach:
RowNum(PartitionBy(<Value 1>), OrderBy(<Value 2>))
Thanks! Legend
Views
Replies
Total Likes
In ACS unfortunately you can't define a variable for this.
Though the default variable recCount should be available for this.
Or you might use following approach:
RowNum(PartitionBy(<Value 1>), OrderBy(<Value 2>))
Views
Replies
Total Likes
Views
Likes
Replies