Use the “Map Range Clamped” node to remap values from one range to another.
In your case the out range will be 0 → 1 for the progress bar
In the in value set your expected min and max values and pass in your current value into the value node.
Use the “Map Range Clamped” node to remap values from one range to another.
In your case the out range will be 0 → 1 for the progress bar
In the in value set your expected min and max values and pass in your current value into the value node.