sDatabase question

Is it possible, to create a database item and then once that is saved by a button, make changes to that specific database item ? Then after it is completed have all the values in that first created database item? (I am unable to use the initial content to show the data from the database for those inputs) I noticed when I tried doing this, that the initial database item when I made changes to the item disappeared.

Example

input 1 = test (creates the database item)
input 2 = example (make changes to the database)
input 3 = wall (makes changes to the database)

Desired end result

Database item - input value 1 = test
input value 2 = example
input value 3 =wall

Yes , we can make changes to database items once stored by using “make changes to a thing” workflow, and Yes database items can be accessed too, whether you want to show them on screen or use them for calculations.

The only thing I can successfully do it to is users, but for some reason after creating a thing the other data it won’t make changes to the data. Ive done it by searching the data’s first item, and then make changes to the specific data.