Is there a way to get the ASCII value of a string (say, A) within Power Automate Desktop?
I have been able to get the other way round (Chr value of an ASCII code/number) using VB Script though, but not the ASCII value. FYI, I have tried using "Asc(<string_variable>)" expression, without any luck.