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.
Selecting width doesn’t seem right to me?
Thanks in advance
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
Good catch but it still isn’t working.
These form fields are in a group and I’m wondering if I have overlooked something in the setup so that it’s traversing the container?
Good 
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.
Can you please place your cursor above the red text to see the message?
1 Like
Oh… I see other thing
…
You need to click right after the red text and select the option value.
Where is it written “(More)”
1 Like
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.
thanks so much!
The solution is in a few replies, but I’m up and running and the form is writing to my db.
Thanks so much!
Good! 
Your screenshot shows that you are creating a new Query.
And as your Query’s Tittle you are pulling the value from one input.
In your database, the type of the field “Title” need to be the same type of the input.
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.