How are you inserting the record? The .insert() method returns the id of the inserted record, and .bulk_insert() returns a list of id's.
On Monday, February 20, 2012 4:47:45 PM UTC-5, BrendanC wrote: > > I want to build a mapping/xref/intersect table that needs to be updated > after a new record insert. For that I need the key or id of the last > inserted record. > Is this available with the DAL/GAE? Elsewhere I have seen an issue where > this did not work with a bulk insert. > > Unfortunately, this is not covered in the docs (AFAIK). > > BrendanC >