Search results

  1. C

    Nested Collections

    Hi All from a laymans perspective is nested collection refers to obtaining data from two different collections (collection1,Collection2) into a resulting collection (Collection 3)/data item. Can some one help me out with a good example or a link where i can find detailed explanation about...
  2. C

    Add time

    Hi All How do we add time in blue prism. I want to add some hours to a UTC time. Lets say example UTC time is in a time data item (Get utc) 08:00:00 i want to add 2 hours to UTC and store that in a diffrent variable, Do we use Timespan for the data types.
  3. C

    win32 mode spying

    Hi All In win32 spying what is static and dynamic spying?. what parameters should we change / keep constant , when to use static /dynamic any link or material for refernce would also be appreciated.
  4. C

    Press Down using global send keys

    Hi All I am using global send keys to press down "{Down 2"} But the issue here is the number of time is dependent on a data item (No of times). When I am using "{Down &[No of time]} doesn't seem to work . Any idea or alternative
  5. C

    Extracting values from combo box

    Hi All Objective : To select a item from the drop down Application: Web based https://....... BP Version : 6 Modes HTML is not working hence used UI. Whenver I use HTML it states child item doesn't exist even after I get the values into a collection and use the value to select. Spied the...
  6. C

    Dynamic path issues

    Hi All This is my path. The value highlighted keeps changing hence I made my element dynamic and passing the value from a data item. Data1 is a number data type Actual Path /HTML/BODY(1)/FORM(1)/DIV(4)/TABLE(1)/TBODY(1)/TR(2)/TD(2)/DIV(1)/IFRAME(1)/HTML/BODY(1)/FORM(1)/DIV(5)/DIV(1)/DIV(2)...
  7. C

    Get a file name from a collection

    Hi All I am trying to get a value from the collection field into a data item . In the current values I have a single row and I want to read the value from the column name. Is the read collection field correct option to use.
  8. C

    Reading file name

    Hi All I want to read a file name from a particular folder. This file is directly saved in this folder by clicking on export option on that particular application. I need to open the file and read some information / values. Please note : I am using utility file management > delete all files...
  9. C

    Selecting values from Combo box

    Hi All I am working on web page. I have a combo box with 2 values ( sole / joint) I spied this on AA mode. I have used a navigation item 1-I have used focus on that field 2-I have used double click centre on that field ( As a result I am able to open the list of values) 3- I have used...
  10. C

    Saving a word document using MS Word vbo

    Hi Can we save a word doc for the first time into a specific folder with a new name. I have tried using this the MSWORD VBO >Save as but cant execute the code it does not blank value in the document name. Any help
  11. C

    Create folder

    Hi All I am trying to create a folder with some name ex: abc Example my path will be C:\Sales\Today Is this possible through file Utility File Management. When I tried I don't get any error but unsure which part / field I give the folder name so that It is created in the required path...
  12. C

    get todays date

    Hi All Is there way that I can get todays date value into a data item. If I can trim for the first two letters so that I can get date only in another data item Example : Data 1: should show 22/10/2019 Data 2: should show 22
  13. C

    Action for Press Tab in BP

    Hi All I am able to input a value through write in one input field to move from the current field I need to press tab. I Don't see any options in the Navigate for the same. What options should we use to select the action press tab Thank you
  14. C

    Open Read Input in PDF

    Hi All Is it possible to open a PDF document. I tried to open it through pdf reader (BO) and Open PDF(Action) it opens as a word document. Once it opens certain paragraphs alignment has changed. (para in 2nd page is moving to the end of page 1 and so on other pages). my pdf is a 12 page doc My...
  15. C

    Reading a text in a paragraph

    Hi All I am trying to understand if Blue prism can actually read a particular text from a paragraph. For example the text is "my name chakri i am from india" could be anywhere in the given paragraph. lets say the para has 20 lines. In another para there are 10 lines. can we check the...
  16. C

    Reader Properties

    Hi All I am trying to use a read item in the object studio. my query is in the reader properties. When should we select Data item Get AA Attributes. and in inputs Attribute name what value should we give. Lets say the window name I am opening is Warning which is there in left top corner...
  17. C

    Closing a window based on a particular text

    Hi All Trying to open a window from HTML page. I am able to spy the ("X") mark on the top hand right corner and the window is getting closed Point here is i know now the window is showing the error 1234 hence i spied the X mark and it is getting closed, and if not that error it will open...
  18. C

    Tag work items

    Hi All I want to use Tag work items functionality. I have a queue with a column Sales type (A/B/C) in my excel. I want to process only sales type 'A' items My Query is can we add only Sales type A items to the add queue and process instead adding all the sales type and then using a tag...
  19. C

    Decision item not working when value is empty

    Hi All I have a [Data1] and [Data2] items. Trying to update the value of Data1 in Data2 If there is some item in Data1 This works fine as long as Data1 has some value. I have used a decision item [Data1] ="". But if there is no value in [Data1] it shows an error Internal : Cannot perform =...
  20. C

    Stop after items not working

    Hi All I have a data stop after items data items( exposure the data item to control room). I have given this the data item as input in the start of that proces page I have two items to work and when I start the process in the control room I have given the value as 1 which means it has to...
Top