I am wondering if someone can help me please. I am trying to come up with an expression to give me a random HH:MM:SS time in between two times. Such as a random time between 09:30:45 and 16:40:55. I have used the RANDBETWEEN() function, but I can only get random times to the hour, and not random minutes and seconds also. Ive looked on the forum for an anwser but am struggling to find it.
AppSheet doesn’t have a built-in function to generate random times to the second, but you can absolutely simulate this using a combination of RANDBETWEEN() and TIME() math.