Carga de datos en MySQL

Hola!
Soy muy nuevo en Bubble y estoy haciendo mi primera aplicación la cual es muy sencilla. Se trata solo de una página en la que hay algunos Inputs, con valores de texto, y un botón para enviar esos valores a una base de datos MySQL.
Por supuesto instalé el plugin SQL Database Connector y me conecté a mi base correctamente.
El problema lo tengo cuando quiero definir los valores que las variables dinámicas de Bubble deben tomar de cada uno de los inputs.
Cómo debo hacer esto?

Hola!

This part of the forum is for english language only. If you want to ask a question in Spanish you have this section to do it Español (Spanish) - Bubble Forum. You’ll get much more help in English though.

I’ll be happy to answer in Spanish if you post your question there!

Ok. In English.
I’m very new to Bubble, I’m in the 2-week trial mode, and I’m making my first application, which is very simple. It’s just a page with some text Inputs and a button to send those values to a MySQL database. Of course, I installed the SQL Database Connector plugin and connected to my database correctly. When I go to the ‘Send’ button’s Workflow and want to define the action to send the data to the database, I see the following menu:

  • Account
  • Navigation
  • Data (Things)
  • Email
  • Payment
  • Analytics
  • Element Actions
  • Plugins
  • Custom Events

I assume that to associate the input values with Bubble’s dynamic variables, I should go to ‘Plugins’.
The problem I have is that when I do that, the application only displays a message that says ‘Install more plugins actions…’ What should I do?

As you are using the Bubble’s official SQL Database Connector plugin, the flow it’s different to other community developed plugins, just as it happens with the API Connector.

You’ll have to go to the Plugins tab, select the SQL Database Connector, and edit your calls from there. There is documentation that will guide you with further steps. You can find it here