List Collector Clear All Values From Left Bucket

Ashutosh Munot1
Kilo Patron
Kilo Patron

I want To clear both Sides of List Collector once the form is loaded and add static value to left side of Slush bucket. how can i do it.

List collector is already on one of the table. But i wan to clear all values which are coming on left side of bucket.

1 ACCEPTED SOLUTION

Pradeep Sharma
ServiceNow Employee
ServiceNow Employee
5 REPLIES 5

Miriam Berg
Kilo Guru

Hi Ashutosh,



You might find this article helpful in controlling the slushbucket via script:


Clearing Slushbucket


It has a sample code snippet that i'm sure you can modify a bit to fit your needs. Basically you loop through the choices and clear them.



BR /Miriam


Pradeep Sharma
ServiceNow Employee
ServiceNow Employee

Hi Pradeep,


I have cleared values but now i want to add my static values to left side of the bucket. how can i do it