I am trying to know if there is a way to roundup a decimal number in a script.
Agents use a script to transfer interactions. In this script, we retrieve the estimated wait time which is in seconds.
We divide by 60 to convert to minute. However, it can result in decimal numbers.
Is there a way to roundup the number using a math expression in the script?