Recent content by anjali2111993

  1. A

    Drop down in Blue Prism

    Hi @Highspirits , I am able to select the required drop down value with your method but with next click to other edit boxes the drop down value goes off. Thanks, Anjali
  2. A

    Dynamic column value in Blueprism

    append column (text) to which collection ? CollectionA is already having that column , what I need is while selecting the column my logic should be capable enough to handle the dynamic values of the columnname like 6/20,6/21....
  3. A

    Dynamic column value in Blueprism

    Hi, I am trying to move one collection's single column value to another new collection(let's say collectionB), for doing this I am using calc stage where data is passed one after the another. In the calc stage I have added the <CollectionA.columnname1> and move it <CollectionB.Columnname> but...
  4. A

    Extract Column values in Blueprism

    Hi , Can I use the code stage directly?? Is there a function available in VBA to add column ?? same as remove below BP_Collection_Out = BP_Collection_In BP_Collection_Out.Columns.Remove(Column_Name)
  5. A

    Extract Column values in Blueprism

    I have added column value in the calculation stage and sent the result to collection reverse but it is not working , if I use data item then how I can get the complete column data in that?
  6. A

    Extract Column values in Blueprism

    There is collection where multiple columns are there , and I want to fetch this particular column from the collection
  7. A

    Extract Column values in Blueprism

    @Sukesh Kumaru What I want here is , for column name 06/19/18 I want to extract the complete column
  8. A

    Extract Column values in Blueprism

    How to extract a column value ?? eg. there are 3 columns col1 col2 col3 , can I get col1 value ??
  9. A

    Excel Extraction

    It is unclear to me of the requirements and I have the below questions- i. Is the 1st line the week start and end? If yes should it have been 6/18 - 6/22 from Monday to Friday? -- Yes I also checked for 4/17 April month but even then it is not matching with the above screenshot and hence...
  10. A

    Excel Extraction

    Hi , I am trying to extract values from excel which looks like this : I want to get the values(x or o) for a specific alphabet (a,b,c… so on) based on the current date, for eg: if today it’s 04/19 I should get value “o” for C and D in the same way “x” for other alphabets. Thanks, Anjali
Top