CopyPaste Interface in Scripting for Harmony

Hello,

I’m trying to find out more about the copyPaste class of the Toonboom scripting interface.

I have a simple script to copy and “paste special” various keys from a series of layers to another, but it doesn’t seem to do anything, and the documentation is not helping me out so far.

Does anyone know what I’m missing?

I’m attaching the script as an image sadly because I don’t seem to be allowed to include it in the body of this message nor am I allowed to attach a text file.
I’m really sorry about this!

I’m getting the successful MessageLog trace result, but nothing seems to happen on my nodes.

Can anyone help me? Thank you so much in advance!

Ps: I am using Harmony 14 and this page for reference : Script: copyPaste Class Reference

For anyone looking for the answer to this, the problem wasn’t in my script but in my scene configuration:

The display cannot be set to “Display All” for these functions to work. Changing to a connected Display makes the script run fine.