How to calculate Logrithm values like log50 , log30 in uipath
Thanks in advance
use math.log
For base 10:
math.Log10(50)
math.Log10(30)