Hi,
I'm looking for a way to get ID for a list created by using List Update activity. The workflow looks more or less like below:
I use option 'Create the list if necessary' with computed label because a new list will be generated every each workflow run. I tried to add Enrichment activity after List update with 'Add data linked to filtering dimension' but with no luck.
Thanks for any input.
Solved! Go to Solution.
Views
Replies
Total Likes
Hi,
Use vars.groupId in your js, or $long(vars/@groupId) if you're using an enrichment.
Thanks,
-Jon
Views
Replies
Total Likes
Hi,
Use vars.groupId in your js, or $long(vars/@groupId) if you're using an enrichment.
Thanks,
-Jon
Views
Replies
Total Likes
Thanks, Jon.
I noticed that it's possible to access groupId through xtk:workflow schema but it's a overkill.
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies