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.
@vpalvesalan It doesn’t look like it does. 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.