Recent content by Youssef

  1. Y

    Solved How to use the 'Extract Regex Values' action of Utility - Strings

    Hi mdhazlee, I have added your solution but i still get the following errors in the initialise code stage: You know how to solve this? Thanks!
  2. Y

    Blue Prism attach Mainframe

    Yes i have created the attach page in the second object: 1) object containing basic actions of the application (launch, terminate, etc) 2) object that contains actions on specific screen (therefore i need to attach as per screen window) I cannot attach at all because it does not appear on my...
  3. Y

    Blue Prism attach Mainframe

    Hi all!, Im applying Mainframe automation in Blue Prism for a process using Micro focus Reflection for Destkop 16 (.NET API). I don't however find the attach action when i use the Navigate stage and place the root of the application in the element column. In the application modeller i use the...
  4. Y

    Reading Google results

    Hi, I'm making a script for reading Google results and put it into a collection to retrieve specific elements from the search results (i.e. title, hyperlink, etc). I tried to spy the Search results with HTML mode in order to use the "Get Table" in "Read" action but the table could not be found...
  5. Y

    split data in row

    Thanks VJR, In the meanwhile i managed to solve the issue i had. it has some solutions you provided. But i think my solution is not the most efficient way to get the resul but it works :). If any recommendations, please share:
  6. Y

    split data in row

    Hi, I have a collection which looks like this: Column1 A B C D I did already a split (string) of the row so i got a new collection with the following result: Column1: A B However, my main objective is to get all this data structured into one collection variable like this: Column1 Column 2...
Top