Check Certain List Values to Paste

Hi @malachi.schafer,

Here's one way to do this:

{note: preview=no}
{datalist=extractregexall(data, ".+")}
{endnote: trim=yes}
{note}
Copied text:
{formparagraph: name=data; rows=5; cols=50; default=Value 1
Value 2
Value 3}
Choices:
{endnote: trim=right}
{formmenu: multiple=yes; name=choices; values={=datalist}}
{=join(choices, "\n")}

You can see a similar concept at work in this thread:

Check it out :slight_smile: