Hello Bubble folks!
I need to clear the input fields so that they are ‘0’ on default, but for some reason, just using the ‘clear inputs’ workflow isn’t working for me:
Did u try reset group / popup → add the group name that contains the inputs.
Yes, I tried that by making a ‘reset’ button and the reset group with the group name coating the inputs but it still wasn’t working
Inputs have an initial content set?
I believe an input has to be used in the workflow to be reset properly. So ive created a dump data set that basically lets me run the input by saving its value and then the reset button clears the input. So maybe if you need it to show 0 you could either set a custom state that the inputs initial value is or a workflow when page loaded save the value of the input then reset it
Thank you @jacob2 I will try and see if creating a custom state works!
If you have an initial content, when you reset an input it resets to the initial content, in your case that’s 0 it seems. Are you experiencing something different?