Hello there everyone, I’m pretty new to the mySQL part of bubble and I was wondering how do I put the parameters in my mySQL query. I’ve been stuck with this for a few weeks now. (See screenshot)
I placed the parameter names in the places I want the parameter text to be.
I’m also trying to resolve a similar problem and wondering if any one has some advice. I have looked through the forum and can’t find a post that solves my problem.
I can successfully connect to my mySQL database and can write a query to insert a new row into the applicable table. The problem I am having is when I try create a parameter and reference that in the query, for some reason bubble.io (or the way I have written the query) doesn’t parse the value through to the db.
As an example, if I hard code the values into the query then I can successfully update the db with the hardcoded values.