Why won't my %PastClipboard% derive new lines from list when pasting?

Trying to use a text file to as a clipboard & paste in order.

At one point the when reading the file to a variable the text would paste this.
Screen Shot 2020-08-20 at 6.05.24 PM
How can I distill just the text only sans the formatting?

You need to read the file to the System Clipboard first:

image

Then

image

Hey @JMichaelTX, what you offered is definitely a step in the right direction.
However, I'm attempting for each trigger to output the subsequent line from the document.

i.e. Trigger pressed
"Line 1" pasted
Trigger pressed
"Line 2" pasted, etc.

Would PastClipboard be a good function for this?

Thanks for your help!

Please post all of your technical questions in the public forum.

1 Like

Will do!