Search results

  1. H

    adding item key to existing queue items?

    hi, if i have queue items in a queue, and change the item key from "Field1" to "_requestId", is this supposed to not change the item key for the already created queue items? i am updating an older process, and would like to see with my own eyes if it works before importing it. thanks in advice
  2. H

    adding zero before number?

    hi. i want to add zeros before a number so that the length of the text is 8 digits. how do i do this? the information i get looks like "AB00000001" , i want to make it "AB00000002" by using Trim("AB" & ToNumber(Right[number];8))+1) i get AB2, but i miss all the zeros in between. how do i solve...
  3. H

    adda number to text?

    anyone? i want to transform string "AB00000001" to "AB00000002"
  4. H

    adda number to text?

    hi. i have a text with 2 letters and 8 numbers that looks like "AB00000001" that is in a text data item. i want to add +1 to the number. how do i do this when it is text format? thanks
  5. H

    bp interact - using table or excel sheet for multiple inputs?

    hi. i am updating a process for multiple inputs. the process runs simulations based out of 5 inputs that is given. it takes 15-20 minutes per simulation, afterwards an excel sheet is sent to an end user with the simulation information. the chance of an error is fairly high during the simulation...
  6. H

    finding a row in a collection containing a specific value

    hi i have 2 collections, collection A with 50 rows and collection B with 150 rows which holds currency rates for different countries. i want to compare the currencies in the collections for those rows who are included in both collections. how do i get the row holding a specific currency without...
  7. H

    selecting items in sap field selection?

    hi . i wonder how i select items in this sap table: i want to select the first one "exchange rate type" by clicking the box to the left, and afterwards select another item a few rows down. how do i click the box? i am not able to spy it, only the row name. thanks
  8. H

    selecting a blank item in SAP drop down

    hi. i have a sap drop down where i want to select item number 11, which is totally blank. but it says max number is 10. i use navigate select item. i tried writing "" in the text but it doesnt work. how do i solve this? i can select all other items except this blank one thanks i tried spying in...
  9. H

    drop down menu in sap cannot be accessed

    hi. no it is not accessable via menu bar, only via this drop down menu which i cannot manage to open in BP yet
  10. H

    drop down menu in sap cannot be accessed

    i am so tired of drop downs in sap. anyways, i now have a drop down that i want to press to get a invoice as pdf. i cannot identify the menu bar and use select menu item. i am only able to set focus to it. so i tried doing that and sent enter key to root element but doesnt work. any ideas?
  11. H

    how to access sap drop down menu

    Thanks! that worked wonderfully! im so glad this rpa forum exists
  12. H

    how to access sap drop down menu

    hi how do i access sap drop down menu in the upper menu bar? i cannot identify the drop down button, but i can identify the dropdown window (as win32 window) that appears after the button have been pressed. but since i do not know how to open the window, i am a little bit stuck help would be...
  13. H

    how do i double click a sap field in a sap table?

    hi as the subject says, how do i double click a specific field in a sap table? i am only able to do "set focus" in the nav stage. any ideas?
  14. H

    how do i add a collection as one queue item?

    do you want to place [Coll1] into [Coll2]? use calc to get [Coll1] and store it in [Coll2.Collection Out]?
  15. H

    how to get excel cell "01" value?

    as you can see, the cell value is 1. but i want to get 001. is there a easy way to do this? or is the only way calculating it after getting the value?
  16. H

    how to get excel cell "01" value?

    hi. i want to get a cell that can have a 0 before some other numbers. how can i do this? the cell looks like "01" but the value is only 1. but i want to get "01". the cell is formated. is there a way to do this?
  17. H

    how do i add a collection as one queue item?

    that worked perfectly. thanks!
  18. H

    how do i add a collection as one queue item?

    hi. i cant figure out how to add a collection as one single queue item. i am using utility work queue add item to queue but it adds all my rows as individual items instead of only one. would appreciate some help here
  19. H

    problems writing in SAP

    hi pete first, i thought something was wrong with SAP since i wasnt able to change it manually, but then i noticed that the currency box is GREY not WHITE. i had to fill in the steps BELOW currency to be able to do changes to it. the thing is that the only option i have in navigate stage is...
  20. H

    problems writing in SAP

    hi im making a process that is including SAP right now, and all sap windows works except this single one. the box i want to write in is not a normal text box, it has "possible entries", of all currencies in a menu. i have tried write stage, which got me this error: Internal : Failed to perform...
Top