Hi,
I need to count of records , for example, I have 3 transaction in my database activity after split I am getting total number of records show up on arrow (as normally we see) so now I need to get these counts and either put that number in temp schema or any excel file (for reporting purpose) please let me know, thanks for your support.
GUPTAA
Solved! Go to Solution.
Views
Replies
Total Likes
Hello @CSLTGUPTAA ,
You Add javascript code activity and enrichment activity after the split outbound transitions.
Eg.
in your javascript activity, create an instance variable and store counts in it.
Make sure to change the count1 to count2 in second javascript activity.
Then in the enrichment activity just call this count1 like this.
You final output will look like this after the enrichment.
Note: Count value will remains same for the rows.
Let me know if that helps.
Views
Replies
Total Likes
Hello @CSLTGUPTAA ,
You Add javascript code activity and enrichment activity after the split outbound transitions.
Eg.
in your javascript activity, create an instance variable and store counts in it.
Make sure to change the count1 to count2 in second javascript activity.
Then in the enrichment activity just call this count1 like this.
You final output will look like this after the enrichment.
Note: Count value will remains same for the rows.
Let me know if that helps.
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Replies
Total Likes
Hello @_Manoj_Kumar_ ,
I added the javascript code activity and stored the counts to instance variable as you showed in the second screenshot.
However, when I tried to add the enrichment as your third screenshot, I was unable to call count1. I put [instance/vars/@count1] in the expression, but it showed it's unknown.
Could you please help me with the problem ?
Thank you in advance,
CT
Views
Replies
Total Likes
Views
Likes
Replies