web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / Problem with passing i...
Power Automate
Unanswered

Problem with passing info to Website

(0) ShareShare
ReportReport
Posted on by 5

Good morning everybody.

 

I am a user of the Microsoft Power Automate desktop application and I am facing a problem that I need help with.

 

I created a flow that takes information from a PDF regarding information with numbers and passes it to a website.

This website contains a keyboard and to insert numerical information taken from the PDF you would have to press

the buttons, is there any possibility of making the flow read the numbers stored in a variable and try to find the numbers on the keyboard present on the website?

 

Or do you know of another possible solution?

 

Every help is welcomed

Thanks.

 

Screenshot of the Keyboard mencioned :

Teclado.png

  • CU16071609-1 Profile Picture
    6,255 Moderator on at

    @TomásF 

     

    Is that site publicly available for us to check?

    If not please press F12 and inspect the elements like 1 or 2 and see how the html code looks like for the keyboard and share with us like below?

    If we directly type from our keyboard that Valor box not accept our inputs?

    Deenuji_0-1712831980505.png

     

  • TomásF Profile Picture
    5 on at

    Hello Deenuji may i send you the screenshot trough private message please ?

     

  • CU16071609-1 Profile Picture
    6,255 Moderator on at

    Hi @TomásF 

     

    Sure please. Or even you can those details in my linkedin message(Profile link in the below signature) as well.

     


    Thanks,
    Deenuji Loganathan 👩‍💻
    Automation Evangelist 🤖
    Follow me on LinkedIn 👥

    -------------------------------------------------------------------------------------------------------------
    If I've helped solve your query, kindly mark my response as the solution ✔ and give it a thumbs up!👍 Your feedback supports future seekers 🚀

  • Agnius Bartninkas Profile Picture
    Most Valuable Professional on at

    I would recommend keeping the discussions public. Using private messages is a bad idea, both because this then prevents other people who may potentially have the same issue in the future from seeing the solution, but it also promotes the act of DMing people when help is needed, instead of posting topics and using the community properly.

  • CU16071609-1 Profile Picture
    6,255 Moderator on at

    @Agnius 

     

    Agree on your point.

  • TomásF Profile Picture
    5 on at

    After talking with the responsibles for the website and getting a green light for the screenshot postings I'll leave them bellow apologies for the delay, and thank you for the comments

    TomsF_1-1712913962128.png

    TomsF_2-1712913981524.pngTomsF_3-1712913997328.png

    TomsF_4-1712914024779.png

     

    Up i leave you with the code as asked by @Deenuji and prints of the elements of the keyboard.

    Furthermore to answer your question. No the site doesnt allow to type directly into the valor box having to use the buttons to type in the number

     

     

  • CU16071609-1 Profile Picture
    6,255 Moderator on at

    @TomásF 

    You can try to achieve that using JavaScript like below:

    Deenuji_0-1713153831995.png


    Thanks,
    Deenuji Loganathan 👩‍💻
    Automation Evangelist 🤖
    Follow me on LinkedIn 👥

    -------------------------------------------------------------------------------------------------------------
    If I've helped solve your query, kindly mark my response as the solution ✔ and give it a thumbs up!👍 Your feedback supports future seekers 🚀

     
  • CU16071609-1 Profile Picture
    6,255 Moderator on at

    @TomásF 

     

    Javascript code pasted below:

     

     

    function ExecuteScript() { 
    
    // Get all elements with the class 'key'
    var keyDivs = document.querySelectorAll('.key');
    
    // Loop through each keyDiv
    for (var i = 0; i < keyDivs.length; i++) {
     // Check if the text content of the keyDiv is '1'
     if (keyDivs[i].textContent.trim() === '%KeyValue%') {
     // Log the keyDiv if it contains '1'
     alert('5');
     // Trigger a click event on the found element
     keyDivs[i].click();
     break; // Stop iterating once the element is found
     }
    }
    }

     

     

    Thanks,
    Deenuji Loganathan 👩‍💻
    Automation Evangelist 🤖
    Follow me on LinkedIn 👥

    -------------------------------------------------------------------------------------------------------------
    If I've helped solve your query, kindly mark my response as the solution ✔ and give it a thumbs up!👍 Your feedback supports future seekers 🚀

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
David_MA Profile Picture

David_MA 259 Super User 2026 Season 2

#2
11manish Profile Picture

11manish 227 Super User 2026 Season 2

#3
Valantis Profile Picture

Valantis 134 Super User 2026 Season 2

Last 30 days Overall leaderboard