Hi gurus,
which common JavaScript API version in RPA workflow should I refer to ?
Is there any official docs ?
when I used Date.now() , I got type error.
I had to use new Date().valueOf() to fix it.
thanks & best Regards,
Aaron