Skip to main content

Hello,

I hope everyone had a rocking weekend.

I've a query on deleting items. When the item is deleted from a child list, the same item should get deleted from a parent list based on a condition.

For example Column value = "Holiday" and I delete this item from the child list, same should be deleted from the parent list.

Please provide your insights and let me know for any concerns.

Thanks,

Shreedhar

I'll create a new workflow and start it on the item context menu with an option that says "Delete item and dependencies"

Then on your workflow delete dependencies inside a loop and then delete the item.


Hello Hunth,

Thanks for the quick response.

If possible could you please help me in achieving that?

Thanks,

Shreedhar HV


You should be able to create a workflow on the list that does not run when items are created or modified, but can be ran manually.  I would add it to the context menu as well.  Add the delete multiple items action, selecting the parent list and filtering to only have the appropriate items show up from the parent list.  Then add the delete item action. 


Reply