Hello,
I have a simple GeoEvent process where I want to log data when my filter is true. My issues it that I only want to log this data one time and it comes in multiple times.
Is there a way to track if something has been captured already and throw away the rest?
i.e. I have a filter where Name = John, When this is true I log it, but if John comes in again I want to throw it away.
Any ideas on how to achieve this?
Drew