Does SQL database connector plugin returns anything on INSERT queries?

Hi,

I am using the SQL database connector plugin to connect to supabase. When I create a new order row thorugh SQL query INSERT, I would like to get back the uid for that new row. Is there a way, using the plugin to get the returned uid for the newly created row?

Right now I perfomed another query to retrieve the uid just created, which does seem to me efficient.

Any help will be greatly appreciated.

@vpalvesalan It doesn’t look like it does. :thinking: I would suggest making your own unique id and adding it to it, then you can keep track a little bit easier. You might want to reach out to Bubble Support since it looks like it should do it, but it doesn’t.


You would think you would be able to access it from ‘Result of step X’.

They might tell you that it is a feature request to add to the idea board. Meaning, they might get to it if they feel like it. :man_facepalming:

Thanks for the reply. I contacted support to suggest the implementation. Thank you very much.

1 Like