When creating a Rule and selecting which changed-fields it should trigger on, I cannot select a many:many relation field.
Use case: I have a Tags
DB, linked as a many:many relation to various (many) other DBs. I would like a Rule to will trigger when I add/remove/change the Tags on an entity in a particular DB. Or, when a particular Tag is added to/removed from any entity.
I think this should work using the âEntity linkedâŚâ trigger (or âEntity unlinkedâŚâ)
1 Like
Ugh, not the first time I tripped over this
Itâs very unintuitive that I canât just use âEntity Changedâ to detect this.
And I need two separate Rules - one for linked, one for unlinked.
Itâs true that it would be nicer if âlinkedâ and âunlinkedâ triggers could be combined.
However, they differ slightly from âupdatedâ in that the item added/removed is passed as a parameter to the next steps (s well as the triggering entity).
1 Like