Hi,
I want to delete a list of things that are related.
I have 2 Data types, “Supplies” and “Products”, products have a “Supply” field.
And so I want that when a list of supplies is deleted, all the products that have that supply are deleted too.
I achieved this with the parent group thing when I’m only deleting one supply, but when I want to delete more than one supply my logic was to “delete a list of supplies” and then “delete a list of products which supply is empty” but the field instead of going empty says “(deleted thing)”.
Is there any other way to achieve what I’m trying here?
Thanks in advance.