How Do I Get The ID of Last Created Item?

The single query will work just fine. If it returns more than one record and you sort by ID DESC, then it will put the highest number on top and return the first record.

As an aside Teodor, I was doing some tests query/ single query/ paged table and displaying results in a generated table, are you aware that a single query record set does not display in a generated table?

Yes, the user id has 69 contact records, I can see them in MySQL Workbench and in my Data Store.

I’ll go and have a play.

Thank you all sooo much for your input on a sunny but rather restricted Sunday afternoon… I appreciate it!

Yes, as it does not return an array, but a single record so you cannot create a repeat from it :slight_smile:

Can you please change it to a regular multiple records query? Does it return multiple records when you use the same value for the filter?

1 Like