Update table based upon list collector update
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2024 02:29 AM
Removing the values from list collector should actually delete the record from reference table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2024 02:39 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2024 02:46 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2024 02:53 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2024 02:55 AM
Hello @Amit Verma
Could you please give more insight to it.