I have a chain of entities in db Operation: Operation A is related to Operation B through field ‘Next Operation’.
First rule:
When: field Timestamp is updated
Then: add new entity of db Rule Run, set its field "Next Operation’ to the entity of Parent Operation field ‘Next Operation’.
Second rule:
When: entity of db Rule Run created
Then: do something and update field ‘Timestamp’ of entity in field Next Operation.
What happens:
- I manually set the TimeStamp of Operation A and the First rule is triggered
- Created Rule Run 1 has parent entity Operation A
- Rule Run 1 triggers the First rule again on Operation B → "Failed to execute Action ‘Add Rule Runs item’, Loop is detected*.
However that is not a loop because the rule is triggered on another entity.