How can i update sliders dynamically with project specific data?
Background: I have a GH script that gets its input from a google sheet. Which means i have swapped the GH interface for a google sheet form, because there are several projects, but then only one GH script. Per project/sheet there is however the need to calibrate something with a little configurator in GH, something which i can’t make in the google sheet environment. The chosen configuration is sent to the project sheet, but a problem arises when switching sheets, ie going from one project to another, because the sliders in the configurator are static, not relative to the project’s data. Ideally it would update the sliders in the configurator when opening the configurator cluster. But a button is also fine. Does anyone have a code snippet for this?