Trigger delay

Is it possible to have a trigger delay?
For instance say I want to have a lean lambda trip that ignores the first second of the event before triggering?

Yes, but it requires a bit fiddling with dummy timers. So you make a trigger for your lambda and same trigger sets ‘Dummy Timer X’ to 0. The add AND condition that ‘Dummy Timer X’ needs to be larger than specified value in order to actually trigger the action. This may be easier with two triggers. Another one is resetting the timer per lambda and another is using the timer as AND condition.