Hello,
I have a multi-step form created using divs. Each step of the form appears via conditional rendering. Let’s say I fill in the 4 inputs from step A (A1, A2,A3, A4) and go to step B. Then I want to get back and change my answers => They all disappeared.
What I did: I created an object named Answers: {A1: ““, A2: ““ , etc.) with partial update on change in the workflow. Then I put the value of A1 (e.g. 50’000.00 as initial value for A1. When I go from Step A to B then to A, it works.
The problem is when I want to change the value of A1 => it only let’s me change 1 number and then totally blocks. I cannot update this field.
Is it a bug ?
Thanks
Hi there 
I didn’t get your question, how are you changing this value?
What do you mean by it gets blocked?
Can you share some screenshots of this issue?
Hi Agustin,
So it’s an input value for numbers.I recorded a loom to show the behavior that happens : Loom Message - 2 September 2025 | Loom
I just watched your loom and your form and logic seems to be working perfectly.
I don’t understand what your issue is.
The only thing I can see that could be making you confused is that you are applying some formatting to the number when it’s displayed.
I removed the 2 digits and now it works correctly. It’s a bit frustrating because then I lose some formatting.
But hey can’t get everything 
1 Like