Disable bindings onStartUp

Hi,

Is it possible to disable bindings on view StartUp ?

I’ve created a view which shows a popup message when “aggDatasets.dev1” variable is empty and linked with payload param. Payload depends on user choice.
On startup, pop message appears. It seems that all bindings are launched on start up.
image

Thanks

no not possible,
you could use an onchangescript tho which can prevent the change from happening with a bit of code, but thats also not quite ideal

beter would be to not open the popup on the default value i guess

* I have ZERO experience with perspective *
Is your initial value when the window opens always the same? Could’t something like this work?

if currentValue.value != previousValue.value and previousValue.value != 'yourInitialValue':