The goal: create a flow when deleting a sub-list item, the aggregate main list will also remove the same item
Situation: I have multiple lists feeding into the main list through flow (trigger: create item -> action: create item). I tried to do the same with deletion, and I am limited to the "delete item" action which only asks for list ID.
Complication: the list ID of a new item in the sub-list is different from the ID of the new item in the master-list. I end up deleting the wrong item.
Hypothesis:
- is there a way to ask the delete action to use a different ID value?
Thank you,