I am trying to understand autoregistration a little bit better.
* I assume only 1 action (first match) is executed per autoregistration attempt. Is this correct?
* If there are multiple autoregistration actions with matching conditions. For example metadata `foobar` and 2 separate actions where one says `contains foo` and other has condition `contains bar` which one is executed?
Thanks​
* I assume only 1 action (first match) is executed per autoregistration attempt. Is this correct?
* If there are multiple autoregistration actions with matching conditions. For example metadata `foobar` and 2 separate actions where one says `contains foo` and other has condition `contains bar` which one is executed?
Thanks​
I think there are other things in the product that behave same way... if listed, similar things ordered by ID etc.. Like... if you have 2 tags with same name and different value in event... and in some action operation you refer to that tag by name ({EVENT.TAGS.<tag name>})... which one pops up? The one with lower ID..
Comment