Recent content by PrimePrism

  1. P

    Use of config files

    Hi @Pete_L, That's a very nice analytical and details explanation. These tips definitely help people who is looking to build processes in Blueprism or improvise processes. We actually have already taken the above into consideration to improve our methodologies. In addition to those, I was...
  2. P

    Use of config files

    Hi, Could anyone please let me know what are the advantages of using config files over environment variables? Background : We have 30+ processes running in the PROD env. and there are more to come. The list of env. variables is really long and is going to grow longer. Hence, thought of using...
  3. P

    Intersection of Collection Data

    Thanks for the reply. I couldn't find anything like 'Get Uncommon Data from Collection' or am I missing something here? Or may be it is an extended Collection manipulation that is newly built for the purpose using the code stage? Thanks..
  4. P

    Intersection of Collection Data

    Hi, I have two collections with same columns in both of them. The only difference is the first one will have more data than the second one. My purpose is to get the uncommon data from both the collections and copying them to a new pre-defined collection. I do not want to loop through...
  5. P

    Open PowerBI from Blue Prism

    Thanks for the replies FrankPereira1 and RobertJ. I did try with the Applcation modeller, but I could use only the Accessibility mode (BP 5.x version). Is it the same for you as well or could you use any other mode to spy the elements? Thanks
  6. P

    Open PowerBI from Blue Prism

    Hi, I need to open PowerBI from Blue Prism and then carry out some operations within PowerBI,. Is it possible to do it using BP? Any suggestions/help much appreciated. Thanks.
  7. P

    Memory usage in BluePrism

    Hi, Could you please advise me if using the global variables/data items in BluePrism consumes more memory or the data items created locally and then being passed onto the other pages? Thanks in advance.
  8. P

    Better Programming Practice

    Hi, I'm just wondering if it is a better programming practice to navigate to multiple pages from a page (not just the main page) to carry out a task? What are the advantages and disadvantages? Could anyone please enlighten me on this? Thanks in advance.
  9. P

    Close All Excel Istances Open

    'Close All Instances' will close if any instance of Excel is open even if it is running in the background.
  10. P

    Move a folder (with several files in it) from one location to the other

    Hi, How do I move a folder with files from one location to the other? It is basically windows cut and paste. Couldn't find any thing in File Management VBO or not sure if I'm missing some thing. Is there anything readily available to carry out the task? Thanks..
  11. P

    Excel Add-Ins disappearing when opened from Blue Prism

    So, to make this work on the VDI, I had to set the references ATBVAEN and SAP Analysis API both and then it worked like magic ! Thanks everyone for your support.
  12. P

    Excel Add-Ins disappearing when opened from Blue Prism

    one thing I noticed is that, Analysis and Analysis ToolPak - VBA add-ins appear in Active Application Add-ins section of Excel on the VDI. And, on the local machine these two appear in the Inactive Add-ins section.
  13. P

    Excel Add-Ins disappearing when opened from Blue Prism

    yes, the macro works very well when logged in and run on the virtual machine. Even to run from Blue Prism, I've logged onto the virtual machine, but it still doesn't run from BP. And, yes..SAP Analysis API is showing up in the references section. Thanks
  14. P

    Excel Add-Ins disappearing when opened from Blue Prism

    I've added the SAP Analysis in the add-in section of Excel, added the location of the Excel file as the trusted location and also added the SAP Analysis Api in the references in VBA.
  15. P

    Excel Add-Ins disappearing when opened from Blue Prism

    yes, a simple test macro works fine, but not with SAP commands
Top