Dynamically update the progress bar value

Im stumped as to how i should dynamically update the progress bar value in the pre-built progress bar component.

I want to have the progress bar update 1 - 100 over a period of 35 seconds (triggered by a click) but I can’t get my script to update the “value” beyond the first “on-click” triggered run.

Any thoughts? thank you :pray:

Screenshot 2024-02-04 at 12.33.51 AM

You can create a variable and bind it via the plug icon :slight_smile: After that, each change to that variable, will reflect in your component.

@imb I created a short video explaining how you could do it with a little bit of JavaScript:

1 Like

Wow thank you :pray: