Update current_value and compute progress based on start, end, and current value
- Update current_value instead of progress column
- Calculate progress value based on start, end and current value using ((current - start) / (end - start) * 100)
Edited  by Abhilash Kotte