Best Practices Adding/Removing From DB

Blimey - you’re even faster than me :slight_smile:

You don’t really need to get the ID of the record.
You can fetch all “your” snakes like this :

me = anvil.users.get_user()
result = app_tables.snakes.search(owner = me)