How can i replace the Classic Activity "Set to clipboard" from Studio to Studio X?

Hello, all
I have the following situation. I have a value saved into a variable and I want to paste it into a field (very important, not type, just paste with a hotkey CTRL V).
In Studio X we only dispose of Modern Activities so, how can I do this without using a hardcoded method like (type it into a notepad , ctrl A, ctrl C, Del, and then attach back my window and CTRL V)

forgot to say that i want to do this pasting operation multiple times, so, recursively

Hello @cileaalex

From where you are getting the data and where you want to copy paste it?

If you can give more insight maybe we can provide alternative solutions.

Hello Rahul, the data is a string and it s already saved into a variable, therefore i don t see the relevance of where does it come from. But i can tell you, the data is an string from a current row , from a for each row activity