We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

Update table based upon list collector update

mr18
Tera Guru

Removing the values from list collector should actually delete the record from reference table

mr18_0-1704796163338.png

 

5 REPLIES 5

vermaamit16
Kilo Patron

Hi @mr18 

 

You want to achieve this on a catalog item ?

 

Thanks & Regards

Amit Verma

Thanks and Regards
Amit Verma

Hello @vermaamit16 

That's correct. I want to achieve this on catalog item. Basically once the list collector is updated and request is approved, it should be deleted from reference table.

Hi @mr18 

 

We can use a flow to achieve this. You can create a flow that can trigger on submission of your catalog item and once the request is approved, you can make use of Delete Record with a for each loop to iterate over the records which has been removed from the list collector and delete it.

 

Thanks & Regards

Amit Verma

Thanks and Regards
Amit Verma

Hello @vermaamit16 

Could you please give more insight to it.