Skip to content
DataMiner Dojo

More results...

Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors
Search in posts
Search in pages
Search in posts
Search in pages
Log in
Menu
  • Updates & Insights
  • Questions
  • Learning
    • E-learning Courses
    • Tutorials
    • Open Classroom Training
    • Certification
      • DataMiner Fundamentals
      • DataMiner Configurator
      • DataMiner Automation
      • Scripts & Connectors Developer: HTTP Basics
      • Scripts & Connectors Developer: SNMP Basics
      • Visual Overview – Level 1
      • Verify a certificate
    • YouTube Videos
    • Solutions & Use Cases
      • Solutions
      • Use Case Library
    • Agility
      • Learn more about Agile
        • Agile Webspace
        • Everything Agile
          • The Agile Manifesto
          • Best Practices
          • Retro Recipes
        • Methodologies
          • The Scrum Framework
          • Kanban
          • Extreme Programming
        • Roles
          • The Product Owner
          • The Agile Coach
          • The Quality & UX Coach (QX)
      • Book your Agile Fundamentals training
      • Book you Kanban workshop
    • >> Go to DataMiner Docs
  • DevOps
    • About the DevOps Program
    • Sign up for the DevOps Program
    • DataMiner DevOps Support
    • Feature Suggestions
  • Downloads
  • Swag Shop
  • PARTNERS
    • Business Partners
    • Technology Partners
  • Contact
    • Sales, Training & Certification
    • DataMiner Support
    • Global Feedback Survey
  • >> Go to dataminer.services

IAS – Is it possible to copy a value to clipboard

75 views1 day agointeractive automation script
3
Thomas Remmery [SLC] [DevOps Advocate]824 2 days ago 0 Comments

Hi,

I would like to add a button to my interactive script that, upon clicking, copies a provided value to the users' clipboard.

Is this possible with interactive scripts?

Kind regards,

Gelber Mahecha [SLC] [DevOps Enabler] Answered question 1 day ago

1 Answer

  • Active
  • Voted
  • Newest
  • Oldest
2
Gelber Mahecha [SLC] [DevOps Enabler]1.67K Posted 1 day ago 1 Comment

Hi Thomas,

I quickly tested the RunClientProgram method, and it appears to work, at least on my setup with PowerShell V5.1 (DMA 10.5.8) installed on my computer. This is the code I used:
private void button_pressed(object sender, EventArgs e)
{
    string text = $"Hello from IAS at {DateTime.Now.ToLongTimeString()}";
    string command = $"Set-Clipboard -Value \\\"{text}\\\"";
    engine.RunClientProgram("powershell.exe", command);
}

At execution time, it will ask you permissions to run locally.

Thomas Remmery [SLC] [DevOps Advocate] Posted new comment 20 hours ago
Thomas Remmery [SLC] [DevOps Advocate] commented 20 hours ago

Hi Gelber, thanks for the response. If I test this from Cube I am indeed getting the popup asking me for permission to execute it and the value is copied to my clipboard. However, when I test this from a Low-Code App, I'm not getting the popup and no value is copied to my clipboard.

Please login to be able to comment or post an answer.

My DevOps rank

DevOps Members get more insights on their profile page.

My user earnings

0 Dojo credits

Spend your credits in our swag shop.

0 Reputation points

Boost your reputation, climb the leaderboard.

Promo banner DataMiner DevOps Professiona Program
DataMiner Integration Studio (DIS)
Empower Katas
Privacy Policy • Terms & Conditions • Contact

© 2025 Skyline Communications. All rights reserved.

DOJO Q&A widget

Can't find what you need?

? Explore the Q&A DataMiner Docs

[ Placeholder content for popup link ] WordPress Download Manager - Best Download Management Plugin