[New Feature] DB Connector support for Microsoft SQL

I wasn’t sure how to do that as there was no docs/screenshot.

Now it is updating the record but error window popping up “Sorry, we ran into a temporary bug and can’t complete your request…”

Thanks for your help!

Also, if it is a select query as an action, try accessing its data from a following workflow action: Step 1’s data blah blah.

@emmanuel kindly look into the popup error. Is there anything I need to provide?

IMO the parameter names are what Bubble will prompt you for expressions, whereas on the connection with the external DB the parameters are positional.

Try altering the query to set [name] = ?, [dateadded] = ?

Salvou minha vida com essa orientação, a referencia original do pluguin é muito ineficiente frente as possibilidades de conexão por exemplo com google cloud.
no meu caso uso o postgre na nuvem do google;

psql://postgres:senha@ip:5432/postgres

Hello, I am new to bubble I have created my bubble database and now I need also to store the data entered by the user in SQL too. I have connected my app to MySQL and I would like to know how can I store the data entered by the user in the SQL database. What is the configuration that I need to do?
Thank you