Get_id() is a remote call?

Yes, there is! The current workaround is to call:

anvil._get_live_object_id(row)

This returns the same as row.get_id(), but is currently faster. (You’ll be pleased to hear there’s work underway to remove that extra round-trip.)

4 Likes