Skip to main content

Copy to Clipboard

Comments

2 comments

  • Berend Veldkamp

    You can only  access the navigator object through the window, it is not a top-level property.

    Copy this to the Expression of an Evaluate Async activity:

    =window.navigator.clipboard.writeText("clip")
    2
  • Christoph Wenninger

    Thank you Berend,
    that works perfectly!
    Finished the week by learning something.

    0

Please sign in to leave a comment.