After inserting data into the database, it's common practice to get the ID and then do something with that. However, currently all I can do is get the data (result), where I need to apply some additional filtering to get the actual ID.
Wouldn't it be nice if we could get the ID directly using a dedicated keyword/variable?
Please refer to the following screenshot for an example:
Let me know what you think!