The On Update event is triggered whenever an existing record is updated in InfoLobby.

Variables

The following variables are available in this event:

As always, you can see the details of these variables in the console when editing your trigger.

<aside>

Note that the On Update event is only triggered when a record is updated in InfoLobby. If you update records in the database directly, it will not trigger the event.

</aside>

<aside>

In the trigger editor console, the values of $before and $record are the same because no real update has happened. When your trigger actually runs, the values will be different depending on which fields have changed in the record.

</aside>