Hello,
Just notice something today, don't know if it's normal, but it's kind of problematic for me...
If I want to use For Each loop to select an item, and do an action on it "for exemple Destroy" it will work, but if I used child line, it seems that the For Each didn't work yet.
For exemple :
Please login to see this attachment.
This one will work and destroy only the Event with the same ID
-----------------------------------------
Please login to see this attachment.
This one will destroy all the Events.
It's not logic for me, a child should have the same conditions than his parents, so is it a bug?
Thanks a lot.