Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2025 07:18 AM
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!")