Search results

  1. A

    Regex only number

    Hello, i have a string ex. "dfsttytertsfs num: 1434656 rtret" I should just extract the number into it. How can I do? >Thks
  2. A

    db Table Resource

    Hello everybody, I would have a curiosity: the Resource db table is the BPA_Resource. But there is no "session info" field in it. Do you know in which table of the database is this parameter found in the control room?
  3. A

    Unlock screen not working RR win 7

    I used the same object (login agente) to win10 and win7 the code: Try 'Create a new pipe client Using pipeClient As New NamedPipeClientStream( ".", "BluePrismCredentialProviderPipe", PipeDirection.InOut, PipeOptions.None, TokenImpersonationLevel.Impersonation) 'Attempt to connect to...
  4. A

    Unlock screen not working RR win 7

    Good morning, i have a rr with win7 operating system. The unlock screen does not always work, in particular after a time of inactivity on this machine when it tries to unlock it warns the login agentet authenticate. I can unlock the car by entering and entering the credentials by hand. On the...
  5. A

    Solved Problem write String Mainframe

    Hi everyone, it happens, especially at night, that while the robot works the mainframe breaks and gives me this exception: Failed to perform step 1 in Write Stage 'Write' on page 'Write String' - The target presentation space is protected or inhibited, or incorrect data was sent to the target...
  6. A

    Extract string

    1) no, i used () to explain a example 2) yes 3) it's variable, the lenght it's constaint Probably text always start with DFHA
  7. A

    Extract string

    This regex extract also string only text ( for example ABCDEFGH) but it have to exctract only text with char and number
  8. A

    Extract string

    Sorry work it on Bp. Also after the last character there is a space. How can you improve regex?
  9. A

    Extract string

    I tried but non work
  10. A

    Extract string

    Hi I have to analyze a text and if there is an error code I have to extract it. The code is variable but is always of length 8 and is alphanumeric. (Es.DGHE2008) Regex?
  11. A

    Spyng Botton Region Mode

    I halve already checked Match Index =1 but not working.
  12. A

    Spyng Botton Region Mode

  13. A

    Spyng Botton Region Mode

    Hi everyone, I have a button to click. the only mode is Region Mode. I tried but it works twice then at some point it breaks up and doesn't recognize it anymore. Why is it not stable and what are the attributes to consider in this mode? Thks
  14. A

    Regex to extract numers

    If i have dynamic string for example " Name: 12345 Surname: 34567" I want extract all number with one regex?
  15. A

    Get permutation

    What are input and output variable?
  16. A

    Get permutation

    Hello, I must, given a data table of n elements, generate all the possible combinations ex. DtIn: 1 2 out: 12 ;21
  17. A

    Regex to extract numers

    Hello to all, I use this regex to extract a number: (? <OnlyNumbers> [\ d] +) the problem is that if I have this string: Hi I have 2 numbers, but I only use 345935945 extracts the first number, but I don't need it. Do you have any ideas for integrating my regex to exclude numbers below a...
  18. A

    Solved Encode to base64

    I have a string or a collection in text input to convert to base64. I saw that there is no default object. Any idea about the code?
  19. A

    luePrism: how to invoke javascript function when clicking on an HTML element?

    Hi everyone, I have to open an email by clicking on it (I have to browse through the portal since I can't use imap). When I spy the email with HTML mode and use the Navigate stage, the classic Press, Double CLick etc. it is not done even if by double clicking with the mouse, the email opens...
Top