Navigation

    OpenIAP

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. General Discussion
    Log in to post
    • Newest to Oldest
    • Oldest to Newest
    • Most Posts
    • Most Votes
    • Most Views
    • A

      Alleged user interaction in PowerShell script
      • axel.rpa

      2
      0
      Votes
      2
      Posts
      10
      Views

      Allan Zimmermann

      @axel-rpa I'm pretty sure this is not the exact same script.
      The RS host i wrote for OpenRPA does not allow changing cursor position or prompting the user for input ( and cls changes the cursor position )

    • L

      No Login Window after executing the installer
      • luca.re

      4
      0
      Votes
      4
      Posts
      24
      Views

      Allan Zimmermann

      @luca-re running offliner is simpler. But will heavely limit your options.
      Installing openflow is super fast once you have installed docker, and then you get the full features. But takes 30-60 including setting up docker
      https://github.com/open-rpa/docker

    • M

      How to select value from dropdown?
      • milner.noa

      8
      0
      Votes
      8
      Posts
      50
      Views

      Allan Zimmermann

      @snarayanan-97 item.items will contain a list of values, you can loop that and look for the element you want.

    • D

      GetCredentials not working
      • dorikan

      4
      0
      Votes
      4
      Posts
      15
      Views

      Allan Zimmermann

      @dorikan glad it worked out. And thank you

    • R

      NM Execute Script
      • rohit

      8
      0
      Votes
      8
      Posts
      48
      Views

      B

      @allan-zimmermann Yes. It's working. Thanks.

    • B

      How to find a Text within a web page
      • beberlinx

      4
      0
      Votes
      4
      Posts
      20
      Views

      Allan Zimmermann

      So recording clicking the element with the text
      then update the xpath to look for the same but add also [contains(text(), 'text you are looking for']

    • E

      How to choose which button to click in a list
      • everton

      2
      0
      Votes
      2
      Posts
      20
      Views

      Allan Zimmermann

      Hi, sorry for the late reply.
      A low key solution would to add an a few if statements depending on filial and add a click for that button .. but if you have many buttons that is not going to be feasible.

      You can grab each button and compare the value with what you need. ( use get element with max items to something high ) If each button has something unique related to the filial, then you can inject variables into selector using {{ }} to just get the one you need.
      So if you save filial into a string variable called filial then you can update the selector and use that value as {{filial}}
    • B

      OpenRPA 1.0.81 C# Nuget package fails to install
      • bhengeveld

      3
      0
      Votes
      3
      Posts
      28
      Views

      B

      @allan-zimmermann I am attempting to use the OpenRPA functions in c#. I want to use OpenRPA with my back end, and I find c# easier to use. Do you know if there is any alternative if I can not get this working?

    • A

      Select an excel button with the user blocked
      • asenciosch2503

      2
      0
      Votes
      2
      Posts
      18
      Views

      Allan Zimmermann

      If you by

      user locked

      mean the screen is looked, no rpa software can read the screen or use mouse/keyboard when the screen is looked. That is what HD robot's are for.
      https://www.youtube.com/watch?v=VMQtr0fK3Rw

    • D

      How to assign variable value to the excel sheet column
      • devendra.divergent

      4
      0
      Votes
      4
      Posts
      42
      Views

      A

      @at-austria
      My problem is fixed.

      I discovered that my excel is not being read because it is open in Excel and the RPA is not stopping due to the error because I enclosed the Read Excel Activity inside a try-catch.

    • S

      Email Body for Reply Mailitem / New Mailitem
      • srivathsa.bs

      2
      0
      Votes
      2
      Posts
      16
      Views

      Allan Zimmermann

      @srivathsa-bs said in Email Body for Reply Mailitem / New Mailitem:

      How to write a multiline string in email body with variables/arguments ?

      You add VbCrLf where you want a new line
      “line 1” & VbCrLf & “line 2”
      Or <br> if using html body
      “line 1<br>line 2”

    • A

      How to run OpenRPA, OpenFlow, NodeRed locally without internet?
      • ahmad_abdulhamid

      3
      0
      Votes
      3
      Posts
      43
      Views

      A

      @allan-zimmermann Thanks a lot for your detailed answer. I'll have to translate every word technically because I left development from 10 years ago and now working as PM.

      But let me ask you, why we need internet in the first place if all modules are already installed locally?

      I think we need a guideline from you definitely as internet connection might not be an option for every situation.

      Thanks again Allan and keep up the great job you're doing 🙂
      Ahmed.

    • D

      This topic is deleted!
      • devops8

      1
      0
      Votes
      1
      Posts
      4
      Views

      No one has replied

    • V

      Run OpenFlow with npm error
      • vanghm

      7
      0
      Votes
      7
      Posts
      41
      Views

      V

      @allan-zimmermann I understood. Thank you so much.

    • A

      Read values from website
      • axel.rpa

      6
      0
      Votes
      6
      Posts
      50
      Views

      Allan Zimmermann

      @axel-rpa
      The url saved in a selector is only used , if you need to find a tab, that does not have focus. It does a string compare on the url's of all tabs using "StartsWith" from the selector ..

    • I

      This topic is deleted!
      • ict_kameda

      1
      0
      Votes
      1
      Posts
      4
      Views

      No one has replied

    • D

      Schedule workflow by not using NodeRED
      • devops8

      3
      0
      Votes
      3
      Posts
      44
      Views

      D

      Thank you Allan, that helps me a lot

    • D

      CONNECT TO POSTGRESQL DATABASE
      • devops8

      6
      0
      Votes
      6
      Posts
      40
      Views

      D

      @allan-zimmermann Actually your suggestion really help me, i just need to build a connection string by clicking the build button in the image above after install the postgre ODBC driver, then fill all the information about database.

    • S

      Import Project/Workflow
      • swarup348

      4
      0
      Votes
      4
      Posts
      64
      Views

      S

      @allan-zimmermann i have used [OpenRPA.PS.AddEntity]::($entity) for fixing the dynamic parameters error, now is successful, but not able to see the entry in openrpa. kindly guide here

    • R

      How to trigger the file watcher detector with node red?
      • roman.sinkarenko

      8
      0
      Votes
      8
      Posts
      41
      Views

      Allan Zimmermann

      There was an error with that installer .... multiple people had issues and my test machine would also have crashes .. I will investigate this a bit more and re-launch it when it has been tested more ..

    • undefined


      •


      Votes

      Posts

      Views