Hi @dingan, I’m trying something similar but simpler, I just want the contents of the clipboard to be returned in a workflow for further manipulation. It’s just basic text.
I’ve tried navigator.clipboard.readText() and it’s not returning anything. I’ve also tried navigator.clipboard.read() and also nothing.
Note, I’m trying to avoid assigning to a variable, I just want the result returned in the workflow and picked up by a subsequent step.