Hi everyone, I noticed that the following GHPython script works well for resetting sliders. However, the sliders do not propagate their data to the next components if they do not have an expression inside. Please, check these images.
Before:
After:
I suspect that I am not calling the right methods to deal with the dataflow correctly.