Hello.
Can use JavaScript to set an expiration date for list update activity?
I want to set when updating the workflow list without using Explorer.
Thank you.
Solved! Go to Solution.
Views
Replies
Total Likes
Hi,
You can use the update data activity after the list creation to set the expiry date.
In case you want to have a computed label for your List,
1.you can store it in a instance variable first
2. set the label using instance variable.
3. set expiry date using a update data activity as per the following.
Thanks,
Deb
Yes You can set this up. Just create a workflow that read list table and select list without expiration date and update them with a data update activity.
Thanks,
David
@DavidKangniThank you for your reply. Does that mean selecting "Delete" for "Record identification"? I want to delete unnecessary lists after the scheduled time. Thank you.
Views
Replies
Total Likes
if you set up the expiration date, list will be automatically purge after the expiration date. Cleanup workflow will do it.
No need to set up a workflow for that
Thanks,
David
Views
Replies
Total Likes
@DavidKangniThank you for your reply. My perception may be wrong or my explanation may be wrong. I want to set the expiration date of a list in a workflow, is that possible? Thanks.
Views
Replies
Total Likes
Hi,
You can use the update data activity after the list creation to set the expiry date.
In case you want to have a computed label for your List,
1.you can store it in a instance variable first
2. set the label using instance variable.
3. set expiry date using a update data activity as per the following.
Thanks,
Deb
Views
Replies
Total Likes
@Deb_Tripathy Append:Is it the "Internal Name" of list? or If "explicitly specified" instead of "Create the list if necessary (comouted name)", does the identifer contain the list name? Thank you.
Views
Replies
Total Likes
Hi,
It was about the following. Not the internal Name but the computed label.
Views
Replies
Total Likes
Views
Replies
Total Likes
@Deb_Tripathy @uz2020 I think I'm close but running into an issue. I have (1) query activity to pull some test recipients (2) List Update activity where I am defining an instance variable in the Advanced tab and then using that instance variable to define the Label in the List Update tab and (3) Update data activity to try to set the expiration date (this is where I'm getting an error). Screenshots below. Do you have any ideas on why this is failing? I tried checking the 'Create or use a list with its own table' in the 'List update' tab also, but it made no difference. Thank you in advance!
Log file from 'List Update' activity shows the computedLabel variable appears correctly.
'Update data' activity configuration (including logInfo in Advanced tab to confirm instance variable is seen in this activity also)
Error shown in Journal for the 'Update data' activity
Views
Replies
Total Likes
Can you try using nms:group instead of what you are using in "updated dimension" and run the workflow?
Thanks,
Deb
Views
Replies
Total Likes
Hi Deb, I selected what you have above and when it populates it in the Updated dimension it's the same as what you have above ("List of recipients"). Same error. Thanks, Cindy
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies