Navigation

    OpenIAP

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups

    copy id not working

    General Discussion
    4
    10
    119
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • L
      leighland.whitehea last edited by

      hi all getting the below error when trying to copy the ID

      [Error] System.ArgumentNullException: Value cannot be null.
      Parameter name: text
      at System.Windows.Clipboard.SetText(String text)
      at OpenRPA.MainWindow.OnCopyID(Object _item)

      it looks like the created at and last modified at details are also not correct , maybe this could be related ?

      2021-03-16 14_01_39-OpenRPA.png

      P 1 Reply Last reply Reply Quote 1
      • P
        pravee @leighland.whitehea last edited by

        This post is deleted!
        1 Reply Last reply Reply Quote 0
        • X
          xeriou10644 last edited by

          Hi, I comes out same problem, too

          I guess you run at local mode by change %USERDIR%/Document/OpenRPA/config.json ( same as my case)

          When I use online mode back, everything get work

          You can try it 😉

          Allan Zimmermann 1 Reply Last reply Reply Quote 0
          • Allan Zimmermann
            Allan Zimmermann @xeriou10644 last edited by

            That is correct. The id is related to the openflow database. So if your robot is not connected to an openflow you cannot copy an id, since non exists.
            This “issue” is fixed in version 1.3 that will released soon.

            X 1 Reply Last reply Reply Quote 0
            • X
              xeriou10644 @Allan Zimmermann last edited by

              @allan-zimmermann

              wow, that's good new for me ^^

              will the next version will plan that any solution that can i pass argument to Workflow when execute openrpa locally ? or now latest version had this feature ?

              Allan Zimmermann 1 Reply Last reply Reply Quote 0
              • Allan Zimmermann
                Allan Zimmermann @xeriou10644 last edited by

                you can do that already
                you can call an workflow and parse arguement either using commandline or powershell
                It's all explained here

                X 2 Replies Last reply Reply Quote 0
                • X
                  xeriou10644 @Allan Zimmermann last edited by

                  @allan-zimmermann

                  many thanks!

                  i'll try later !

                  1 Reply Last reply Reply Quote 0
                  • X
                    xeriou10644 @Allan Zimmermann last edited by

                    @allan-zimmermann

                    I test about invoke openrpa in cmd & powershell

                    The result below:

                    1. In "CMD" , can invoke rpa, however, can "not" pass argument (Unlike your example)
                    2. In PowerShell (Version 2.1 default in Window7), can not invoke rpa (show ModuleVersion Error, and sorry, i forgot capture screen T___T ... )
                    3. In PowerShell (Version 5.1 default in Window10), can invoke rpa, and can pass argument (Like your example)

                    *PowerShell version can check by command "$PSVersionTable" -> check PSVersion螢幕擷取畫面 2021-07-21 170556.jpg

                    just let you kown~

                    Many thanks for help again !!!

                    Allan Zimmermann 1 Reply Last reply Reply Quote 0
                    • Allan Zimmermann
                      Allan Zimmermann @xeriou10644 last edited by

                      1. And in my example it works, so we can blame eachother for ever without proff, or you could give me an reproducable example of something not working ?
                      2. On windows 7, just import the module manually. Since older powershells does not understand/use the PSModulePath envoriment variable.
                      Import-Module 'C:\Program Files\OpenRPA\OpenRPA\OpenRPA.psd1'
                      
                      Allan Zimmermann 1 Reply Last reply Reply Quote 0
                      • Allan Zimmermann
                        Allan Zimmermann @Allan Zimmermann last edited by Allan Zimmermann

                        regarding 1)
                        please show screenshot of your arguments and the command you used to call the robot/workflow

                        1 Reply Last reply Reply Quote 0
                        • First post
                          Last post