Recent content by Chakravarthy GRK

  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'
Top