Only make change to thing when there is an input

Hi.
I’m about to make a spinoff of Kickstarter to learn bubble better.

And I have made a project editor where users can edit their projects. (Title, Description, Images, etc).

The problem I’m running into is when the user clicks the update button it updates all the data fields, and when there is nothing in the data field it’s updating those with blank.

How can I do so it only updates the data field when the input fields are filled out.

I have tried with different conditional statements but I can’t seem to find the correct one.

This is how it is now.
Screenshot 2020-11-06 at 12.49.42

Hi there, @vyork… check out my response in the following thread… it explains what is happening and how to address it.

Best…
Mike

Wow, Cool it helped so much, also with the understanding of how to work with databases and bubble in general. I have tried to do with the file uploader (image) but it doesn’t work, It’s because it should not be a static image but a dynamic, and on the other thread, you mentioned a dynamic image, but it’s not showing on the panel.
Screenshot 2020-11-06 at 13.56.21

1 Like

Sorry I figure it out I should use the input element picture uploader.
Thank you so much for your help.

1 Like