Hi!
I am using a Form component in WeWeb connected to Supabase. Submitting the form and inserting into the database works fine, but I am struggling to properly reset the form fields afterwards.
From what I can tell, there seems to be a difference between inputs that are bound to variables and inputs that are just fields inside the form (local data). When I reset a variable, the UI updates correctly. But when I try to reset the form’s local fields, the values may clear in the data structure but the inputs on screen do not visually reset.
Is there a recommended approach to resetting a Form component after submit, without having to convert everything into variables?
A bit off-topic, but I also noticed that using Fetch Collection inside a workflow sometimes throws errors in production, while it works fine in the editor. Is this expected, or is there a best practice for using Fetch Collection within workflows?
Thanks in advance for your help.