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

    Thank you sahil raina
  3. 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.
  4. 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.
  5. 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
  6. C

    There was an error during the spying operation. System.ApplicationException: The window spied was not found in the model

    same issue " There was an error during spying operation" Launched PDF through .exe file (Win32 mode) in application modeler. Want to spy file / view ... on the top menu choice for further actions. unable to do so either in win32/UI/AA modes any suggestions
  7. 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...
  8. C

    Dynamic path issues

    Thank you guys for the info. indeed double quotes were missing. got that now. this is now solved
  9. 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)...
  10. C

    Get a file name from a collection

    sorry guys I have got the result by myself. Read collection field should be used Collection : Give the name of collection Field Name : Give the name of colum name in double quotes Ex : "File Name" This can now be marked as solved.
  11. C

    Reading file name

    thank you I have got that.
  12. 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.
  13. 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...
  14. C

    Button Global Mouse Click Center vs Button Press

    Thank you robin . got that
  15. C

    Button Global Mouse Click Center vs Button Press

    So typically what are coordinates x and y. help file on bp states The X coordinate of the point at which to click, relative to the window. so as for y lets say I have 5 values (a,b,c,d,e) in my combo box . I want to click on value 'c'
  16. 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...
  17. C

    How to know the process name of target application?

    Process name can be found in the task manager. Example : Suppose you are opening a ms word document you will find WinWord.exe in the task manager(this will be your process name). To go to task manager use alt +ctrl+delete In your case I see you are reading values on a state electricity bill...
  18. C

    Button Global Mouse Click Center vs Button Press

    On the same lines what is the difference between Global mouse click and global mouse click centre. For global mouse click and what do inputs X, Y, Mouse button mean and what values should we in put here For global mouse click centre we have mouse button as input can some 1 clarify the above...
  19. C

    Saving a word document using MS Word vbo

    s it is solved. is there a way that I can mark it solved
  20. C

    Saving a word document using MS Word vbo

    Ok guys sorry for the confusion. Typically all I wanted is if I can open a new blank document and save it in the folder that I wanted to with a new name I have now used create document and then used Save as by using MS Word VBO (business object). This works fine for me. Thank you Shikhar...
Top