Or if you have a couple of duplicates of an object and you only want to trigger something once for each single object (and also creating new objects during runtime). Easiest would be to add a boolean variable to the object and change the value while you trigger that specific action (+ having a check on the status of that variable in the condition).
You see, there are hundrets of possible solutions. If you tell us more about what your goal is, we might be able to help you better with an appropriate solution.