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
    • Empower Replay: Limited Edition
    • Tutorials
    • Open Classroom Training
    • Kanban workshop
    • Certification
      • DataMiner Fundamentals
      • DataMiner Configurator
      • DataMiner Automation
      • Scripts & Connectors Developer: HTTP Basics
      • Scripts & Connectors Developer: SNMP Basics
      • Visual Overview – Level 1
      • Verify a certificate
    • Video Library
    • Books We Like
    • >> Go to DataMiner Docs
  • Expert Center
    • Solutions & Use Cases
      • Solutions
      • Use Case Library
    • Markets & Industries
      • Media production
      • Government & defense
      • Content distribution
      • Service providers
      • Partners
      • OSS/BSS
    • 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)
    • DataMiner DevOps Professional Program
      • About the DevOps Program
      • DataMiner DevOps Support
  • Downloads
  • More
    • DataMiner Releases & Updates
    • Feature Suggestions
    • Climb the leaderboard!
    • Swag Shop
    • Contact
    • Global Feedback Survey
  • Support
  • PARTNERS
    • All Partners
    • Technology Partners
    • Strategic Partner Program
    • Deal Registration
  • >> Go to dataminer.services

How to show embedded web page based on user selection

Solved788 views6th June 2024Automation low code app
0
Mieke Dryepondt [SLC] [DevOps Advocate]3.60K 5th June 2024 0 Comments

Hello,

I would like to know how I could show an embedded web page based on user selection / criteria within a low code app. (or an interactive automation script opened from the low code app)

For example: a user selects some key criteria: “data not updating”, “element” and based on this I want to show the troubleshooting page:
https://docs.dataminer.services/user-guide/Troubleshooting/Troubleshooting_Flowcharts/Troubleshooting_Critical_Issues/Troubleshooting_Critical_Issues_Data_Not_Updated.html#element

Mieke Dryepondt [SLC] [DevOps Advocate] Selected answer as best 6th June 2024

2 Answers

  • Active
  • Voted
  • Newest
  • Oldest
3
Wout Mahieu [SLC] [DevOps Catalyst]7.95K Posted 6th June 2024 2 Comments

Hey Mieke,

As Robin mentioned, it is possible to use a feed in the Web component. This can be used together with the Script outputs feed from the button component to dynamically change the URL based on the script output.

In my example my Web component starts from the docs homepage. Then I enter a path I want to display & execute a script that takes this as an input. The only thing the script does is return the path again as ‘param1’ . In your use case there would be some logic deciding what path to return. When the script finishes, the URL in the web component is updated with the path and navigates to it.

Here it is in action

Web component URL

Script outputs can be added to any script by adding _engine.AddScriptOutput(NAME, VALUE). It is this NAME that you have to use in the feed link.

Wout Mahieu [SLC] [DevOps Catalyst] Edited comment 6th June 2024
Mieke Dryepondt [SLC] [DevOps Advocate] commented 6th June 2024

Hi Wout, can you share the automation script?
or documentation on how to return data?
That is the part I’m missing to avoid manual copy – past in the input box.

Wout Mahieu [SLC] [DevOps Catalyst] commented 6th June 2024

I have updated the answer with a link to the docs for the script outputs.

3
Robin Debel [SLC] [DevOps Enabler]1.47K Posted 5th June 2024 1 Comment

Hey Mieke,

Since 10.4.5.0 you can use feeds within the Web component using the “{Feed.xxx}” notation.

I did however not find a way to pass a search value via the URL to our docs.

Greetings,

Robin

Mieke Dryepondt [SLC] [DevOps Advocate] Posted new comment 6th June 2024
Mieke Dryepondt [SLC] [DevOps Advocate] commented 6th June 2024

I’ve also seen this, and tried to use a text box as Feed. However, there seems to be no way to fill in the Feed (e.g. the text box) dynamically based on logic as there is no way to return data from a script to the low code app.
I’ve tried using an Element > Table Param in between, but I failed to find a means to identify the user who is selecting so the Feed for that user. Low code app would need to know at run time what row to select as Feed input.
I guess there is no way to do what I want with the current features in both low code & interactive automation.

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