SQL : Possibility to choose what to return

Hey, I had a quick idea that I think could be useful for others too…

I’m using “database update” component a lot in the backend and i like to return not only the id of the record but the whole data of the record. Since there’s no option to choose what to “RETURNING *” in the database update component, i manually go in the code editor and do it myself or end up using “database custom query” but anyways, you get the idea.

The reason is because i like to return the updated record to update my inputs and variables with fresh data.

Thanks a lot!