I’m new to bubble.io. I’ve built a form and am trying to add the workflow. The red seems to be indicating an error. ChatGPTs take on it seems wrong and even the contextual help looks like what I have should already be good to go.
I tried running it thinking maybe the red isn’t really an error, but that’s not working either.
It seems that you are trying to insert a text element in your dynamic data.
You should insert the value of an INPUT TEXT.
You are pulling information from the wrong element
So the More was width and height before so I didn’t even bother to try it again, but now that I have the right object, I think it’s good!
Thank you so much!
One more question: you said “Query title is not the same data type”. I’m a bit confused about “query” in general, partly due to not understanding Bubble’s concept of a “thing”.
But query is the request submitted by a user. So I’m not sure what you mean when you say “Other thing that can be happening is that your Query “title” is not the same data type of your input “Enter video title”. Both should be text.” There’s no data type associated with “query”, it’s maybe the db table name on the back end?
I think i’m good to go with your help but am not sure if i’m missing something on the query.
In your database, if the type of the field “Title” is number and the type of your input is text, your will not be able to insert the value from your input in you database, because they don’t have the same type.