Hi,
As progress bar is percentage, so everything must represented as percentage.
As example, want to 50 click for 100%, so single click will yield 2%
For 10.000 click for 100%, single click will 0.01%
Formula for single click : 1/[max number] * 100%
On Outsystems (I use Reactive App for example) you can use Progress Bar widget

on the click me action, do the formula above
