Is there a way in RPA to send a Keyboard command a certain number of times, in this case the certain number of times is a variable.
For example, I would like to send ^Up] 4 times because the variable is 4. What I have used in other RPA's is s^Up 4] (exchanging out the 4 for the variable) but this doesn't seem to work in Nintex.
>^Up]^^Up]^^Up]^^Up] this works but it isn't variable each time, which is really what I need to action.
Thanks ahead of time for helping.