Update table based upon list collector update

mr18
Tera Guru
Tera Guru

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

mr18_0-1704796163338.png

 

5 REPLIES 5

Amit Verma
Kilo Patron
Kilo Patron

Hi @mr18 

 

You want to achieve this on a catalog item ?

 

Thanks & Regards

Amit Verma


Please mark this response as correct and helpful if it assisted you with your question.

Hello @Amit Verma 

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


Please mark this response as correct and helpful if it assisted you with your question.

Hello @Amit Verma 

Could you please give more insight to it.