Recent content by harishpulipati

  1. H

    How to divide one pdf into multiple pdf's(based on no of pages) by using code stage in blue prism

    Hi all we have a requirement to create separate Pdf for each page in the main pdf so for this we have used ItextSharp Dll and we have used below code in the code stage however BP is not showing any errors but when we are trying to execute code stage we are getting "Internal : Exception: Object...
  2. H

    MS Word Add row Issue

    Hi Team, when i am trying to add row to the table in MS word, Row is adding to the table but in word document visual is not showing grid lines . please advise on this issue thanks
  3. H

    Unable to to get the match index attribute of an element in AA mode

    Hi VJR, The problem is the match index keeps varying for the Element_1 and Element_2 when the browser is restarted.
  4. H

    Issue with MS-Excel VBO save Action

    Hi VJR, we are using "save workbook" action and it is an macro enabled workbook. We are trying to save the template, if there is a space issue on the drive being saved , it results in a popup. What we want to achieve is that when this occurs, just throw an exception after trying to save the...
  5. H

    Issue with MS-Excel VBO save Action

    Hi All, We are facing this particular issue while saving Excel Workbook. If there is an unknown window popup arising from the Excel during saving, the process gets stuck doing the save action without throwing any exception (basically trying to save endlessly). How do we handle this?
  6. H

    Unable to to get the match index attribute of an element in AA mode

    Hi VJR, I am able to locate an element_1 on a page with the Name attribute and the element_2 I actually want has a match index relevant to match index of element_1 (say element_1 has MI = 4 and the element_2 I want to fetch is MI+2). I am not able to spy the Element_2 as almost all the...
  7. H

    Unable to to get the match index attribute of an element in AA mode

    Hi All, I am trying to get the match index of an element by using the "Read" stage and i have selected the "Get AA attribute" function. But BP is throwing an error like "Identifier matchindex of aa not found". Please find the attached screenshots. Please help on this issue. Thank You..
  8. H

    Input text to a html container with dynamically changing rows

    Hi All, Needed some help in adding text to a web application where based on the number of line items (keeps varying) we need to add rows in the application and then enter values. Provided are the screen shots of the scenario, when the number of line items vary, we need to click the ''+" icon and...
  9. H

    How to use the login agent logout process in the actual business process

    HI VJR, I used logout page before the "END" stage of my business process, it working fine. after logout page still its executing the End stage also BP showing process status as completed in control room. issue is solved. Thanks for all your quick response.
  10. H

    How to use the login agent logout process in the actual business process

    Hi VJR, Thank you so much for detailed reply If I called logout process before end stage of my business process . Once the system logged out. How the end stage will execute? Untill the end stage execute process will not complete in control room right? Thanks.
  11. H

    How to use the login agent logout process in the actual business process

    HI VJR, i have referred the above video but in that video he didn't explain where we need use the log out process to log out from the mechine once the process completed. Thanks for your reply
  12. H

    How to use the login agent logout process in the actual business process

    HI VJR, i have referred the above video but in that video he didn't explain where we need use the log out process to log out from the mechine once the process completed. Thanks for your reply
  13. H

    How to use the login agent logout process in the actual business process

    Hi All, I want to log out my machine once my process is completed, where i have to use the log out process ? Please help me.
  14. H

    How to export the control room logs in Blueprism?

    Hi Team, Is there a way to auto export the control room logs like Process start ,Process end time,Exception Details and Status at the end of the process for audit purposes. Thanks.
Top