Update an existing entry in the database

Hello everyone,
I am totally new to no-code and I really enjoy the bubble.io ride.

Still I got some issues I can not get my head around, but maybe you can help me out on this?

I wrote some values in a database table and I can create also another view that enables me to retrieve this value. Since I want to enable the user to update that value as well I write that value in an input. Users can not type an change the value, but they can not update it, since I fail to implement this functionality.
I would assume to add a workflow: “Make changes to thing” but I can not get the input’s value to udpate.

Anyone with a clue on this? Thanks in advance and best regards

Can you share some screengrabs of your setup. To update you the cleanest way is to tie the “make changes” to a button and have that workflow refer the input(s).

Check whether the input’s value is inside a Repeating Group or Popup or Group which has a content type mismatch
Can you please share screenshots for better understanding

Thank you guys for your immediate support.
Variant 1


Variant 2

This is how my workflow looks like and this is how the layout in edit view:

Does this give you a better understanding?

I could solve the issue,… I had a wrong data type in the newly create input field. All works now (party)

1 Like