Hi there,
I have two entities (new_primary, new_secondary) and asynchronous worker a workflow (on new_secondary entity).
Entities connected together with lookup (new_primary have in lookup new_secondaryid)
new_secondary have in lookup new_primaryid)
My problem is;
when a record from the secondary entity is deleted, I need to list and delete other secondary records that have some properties. But the workflow entering looping because it is running again during each disable operation. The depth control doesn't work because every time a new update runs for each record, depth 1 is turning. what is solution or have crm a solution?





