How do I change the value of an input?

I’m using a state since I couldn’t find a way to change the value of an input in the workflow, but it only works if I only use one input, if I use the second input without updating the page it crashes, and the default value is above the state value, how can I solve this problem?
my app

I may be wrong, but I don’t think this is possible, bubble will always choose the value of the input by default and not the state

Have you tried using a dynamic value for the initial content, and then in the workflow change what the dynamic value is associated to (like a state) and then reset the value of the input field with reset inputs?