Search results

  1. T

    Adding Rows from Collection

    Not sure if Im doing it right.
  2. T

    Adding Rows from Collection

    Hello.. i have created a Loop where it will read today's queue item which has completed. I would like to collect all the result into a collection, and send out via email. This is my process. 1) Loop : Collection 2) Get item from work queue --> output for status into Data collection 3) Add row...
  3. T

    Replace String

    thanks is working. it helps me to understand using InStr too. always having difficulty with substring and charindex in blueprism calculation.
  4. T

    Replace String

    I tried as suggested, I'm hitting error "Can't subtract from Text". I apply my data type as Text.
  5. T

    Replace String

    Hi How can I replace the month behind to number in calculation? Example below Jan will be replace with "1" follow by -[number]. 26243-Jan 1-26243 99-Feb 2-99 7328-Mar 3-7328 In my decision for checking, I apply like this InStr(Trim([intRepOrder]), "Jan")<>0
  6. T

    Filter Huge Data

    Hi, I am extracting excel file from web report. After extract, require to exclude one of the columns with criteria. Example ColumnA <> 'sample' I manage to use Utility Collection --> Filter Collection. Then I use MS Excel VBO to write the collection and save it after filtered. Is working...
  7. T

    global send keys

    thanks @sahil_raina_91 , I actually have tried. Issue solve now. Have to apply lower case. Upper case won't work.
  8. T

    global send keys

    the shortcut key will be ALT key follow by D then L
  9. T

    global send keys

    Is still not working. Bot will ALT then input text DL.
  10. T

    global send keys

    Hello I would like to run a shortcutkey from a java base application. I came across this post : https://www.rpaforum.net/attachments/1573628429007-png.4845/ I try to apply but is not working. When I try the shortcut key manually is working fine. Is my expression below correct? I try both...
  11. T

    read last row

    any one able to give idea bout my issue here?
  12. T

    read last row

    I have java base application. I would like to read the last row. I try to apply DOWN, then focus and click center but it keep going back to first row. Arrow Down is working fine. How can I fix this? Numbers of row are dynamic, sometimes can be 2 sometimes can be 3, etc.. Would like to read the...
  13. T

    spying dropdown java mode

    Hi, any sample or advice how to spy the java mode drop down? I manage to spy the View but I am not sure what to select in the navigate. I would like to select View --> click Report Below are my elements. How do I add to select Report in the drop down?
  14. T

    Rename File Name

    Thanks. Is working fine.
  15. T

    Rename File Name

    Hi, I download few files save into a folder. How can I rename all this dynamic file name to specific name? Rename file1 to report_sample01.xlsx, file2 to report_sample02.xlsx, and so on.
  16. T

    Renaming multiple file names in the data collection stored in Current values but not in the Initial Values.

    Hi, Data Item: filename (Text) Value: PSS_5_ITEM_O_02052019_0705 The value need to be input? How can I rename directly from the data collection? Is that possible? Because everytime I download the will have multiple files with random numbers (filename_date_xxx). I would like to rename the...
  17. T

    Could not check if drop down exist in scheduler

    It is still not working. Any advice?
  18. T

    Could not check if drop down exist in scheduler

    I have try to remove the attributes. Working fine when I run it manually. Upon running in scheduler it hit the same part, dropdownHTML not found. Any advice?
  19. T

    Could not check if drop down exist in scheduler

    anyone able to solve or suggest this issue?
  20. T

    Could not check if drop down exist in scheduler

    Hello, I have a process to select from drop down list in web browser (IE). Upon running it manually it is working fine. But when I schedule it scheduler I hit error it could not find the drop down list. I have apply the wait button. Anyone able to assist me to solve this.
Top