If I have a userEvent that occurs on a record... and that userEvent calls a scheduledScript that loads/saves that same record.. how do I keep out of a loop? So that when my scheduledScript finishes and submits the record, that doesn't fire my userEvent again... and thus loop?