Search results

  1. F

    Get last item from queue with a specific tag

    Hi, In my queue, i have 1000 items with different tags associated. See below for sample data: Item1 - tag1 Item2 - tag1 Item3 - tag2 Item4 - tag1 Item5 - tag2 Item6 - tag3 Item7 - tag1 Item8 - tag3 Item9 - tag2 Item10 - tag3 In this case, i need only the items with tag1, which i can get using...
  2. F

    Input Output parameters in two different processes

    Hi I have process 1 in which I need two parameter(output) which I will use in process 2 as an input. Is it possible to use input output parameters in 2 different processes? Thanks, Falua
  3. F

    [Blueprism] Code stage to paste data as values in excel

    Hi, I have to copy some values from an excel sheet and paste them in another excel sheet of a different workbook. The original action "Copy and Paste Worksheet Range" in the MS Excel VBO object does not allow me to paste values only. I have duplicated the code stage for the action "Copy and...
  4. F

    Empty Check in Data Item (using decision stage)

    Hi, I need to check if a data item (format: number) is empty in a decision stage, or convert the data item format number to text as the empty check is working with a data item formatted in text. I'll be grateful if I can get a solution to this problem. Thanks, Falua
  5. F

    Opening password protected excel file with a readonly pop up

    Hi Guys, When i double click on my excel macro-enabled file, there is a pop up which is generated which asks whether to open the excel file in a readonly mode or not. I should click on the 'No' option. I tried to code the action by duplicating the MS Excel VBO- Open Workbook object and...
Top