Making changes to a thing

HI bubblers XD,

need help when updating user information.

currently, when i press the update button,it updates the user even if the item is blank.

example: i update the profile picture but leave everything else blank, it will update the other fields (first name, last name, etc) as blank.

any suggestions on how to update just the field that was edited?
thanks picture below

Unless you have a good reason not to, your edit form fields should be pre-populated with values from the database - so if first name was filled in by the user before, the field should have the value in it. This way, if a field is blank then it was always blank and you can save it as such without a problem. You can use default values or auto-binding to achieve this.

That being said, you can a) set fields to be mandatory, using the ‘… should not be empty’ flag; b) set conditions to disable the Update button unless all/certain fields are populated; c) use the Only when condition in your workflow to allow/disallow updates. It really depends on how exactly you have set things up.

2 Likes

Thank you very much for your help. found out what was wrong :grinning::grin::smiley::smiley::smiley::smiley:

1 Like

This topic was automatically closed after 70 days. New replies are no longer allowed.