In a PAD Workflow I am using the Send Keys function to do a copy and paste of a formula from 1 cell to another (control + C and then control + V), in an Excel file.
The copy and paste occurs inside of a data table due to the "automatically" generated formula in the data table not being correct.
The Send Keys function has previously been working without any issue, however after I updated my PAD application to the newest version, the control + c and the control + v does not do anything within the workflow.
The function does not throw an error message, it just does not do the function that it is supposed to.
I have tried to resolve the issue by restarting my computer, as I have previously experienced that this would resolve the issue after the PAD application update.
Anybody has any idea on why the Send Keys function is not working?
See the settings on the function below - please note that I have tried to adjust the Delay between keystrokes from the default value to 60, just to see if that would make a difference (no difference).
I have also tried to insert the Press/Hold function before the copy, without any luck.

I have read in other PAD posts on the Send Keys function that the Send Keys is prone to error and some users recommend not to use it due to this.
However if I were not to use the Send Keys function, how would you suggest to copy and paste a formula from 1 cell to another?
Using a the screen recorder to record the copy and paste actions in Excel?
I have previously used the screen recorder for another part of my workflow, however I find it a bit unstable/unpredictable in terms of doing what I actually wanted it to do.
Thanks in advance.