help_needed_445
Contributor

I haven't been able to find a way to change the value of a widget except by removing it and re-creating.

originalValue = dbutils.widgets.get('Var1')

dbutils.widgets.remove('Var1')

dbutils.widgets.text('Var1', originalValue + ", World!")