The inputs empty themselves

Hello everyone!
I have the following problem:
I have a button, which when clicked, automatically changes the value of an input.

But when I click on this button, I create a new entry in another collection in which I take the value of this input and store it. When this happens, the input on the screen goes blank (but its value is stored in the other collection).

It sounds like a bug but unfortunately I don’t know how to get around it.

Thanks in advance!

Hi @Arikern,

I think this is the normal behavior ( not sure ). I also faced this same issue in the past and I added another input and before the create action I update that added input with the already added input value and in the create action added that added input instead the already added input! : Stop clearing input.mp4 - Google Drive

Thank you

1 Like

Thank you very much for your answer!
I had created a new entry in the “Users” database in the meantime, I would update this entry with the content of the input, then create the new entry afterward.

Your solution is even better, thanks again!

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.