Is it possible to execute a query created with the SQL Database Connector from a workflow?

I use RDS and Mysql with bubble.
So I’m wondering if I can execute the query created by SQL Database Connector from the workflow.
Please let me know if you can.

Yes, just use Action type “Data” in your workflow. You can also use it when setting a custom state, source of a repeating group, etc.

1 Like

Can you explain more please ? For example I have a query “Select * from customer where city=Seattle” and Can I run this query on my Sqllite ?

Not sure about Sqllite. This thread was originally about MySQL on RDS. If you can get the SQL connector to connect to your database, then of course you can run a simple select statement. Have you tried?

Thank you for answering. What is SQL connector? Plugin ?

I think you’ll find that you will get help on this forum if you’ve attempted to do the work yourself first. Some of the resources at your disposal are 1) Tutorials and Videos 2) Reference Guides 3) Searching past answers on this forum. The answer to your question is very easy to find.

I have tried It says limit problem. Do you have any idea ?

1 Like