Recent content by MiltiadisFokas

  1. M

    Separate value from column

    Hello, I have the following collection : i would like to seperate the values of the column "rates" because i want to add one by one the rates to the next step. Do you have any idea how can i do it? Thank you
  2. M

    Separate value from column

    Hello, I have the following collection : i would like to seperate the values of the column "rates" because i want to add one by one the rates to the next step. Do you have any idea how can i do it? Thank you
  3. M

    Get values from collection

    Hello, I have the following collection : i would like to seperate the values of the column "rates" because i want to add one by one the rates to the next step. Do you have any idea how can i do it? Thank you
  4. M

    Get values from collection

    Hello, I have the following collection : i would like to seperate the values of the column "rates" because i want to add one by one the rates to the next step. Do you have any idea how can i do it? Thank you
  5. M

    Get values from collection

    Hello, I have the following collection : i would like to seperate the values of the column "rates" because i want to add one by one the rates to the next step. Do you have any idea how can i do it? Thank you
  6. M

    Seperate values from column

    Hello, I have the following collection : i would like to seperate the values of the column "rates" because i want to add one by one the rates to the next step. Do you have any idea how can i do it? Thank you
  7. M

    Get values from collection

    Hello, I have the following collection : i would like to seperate the values of the column "rates" because i want to add one by one the rates to the next step. Do you have any idea how can i do it? Thank you
  8. M

    Get column name of collection

    Hello , I have an excel file that i get the data as collection( see attach image) In this collection i have a columns with a name (title of note 1, title of note 2 etc) but the number of this columns is not standar, will change everytime The same is also about the attachments( name of column)...
  9. M

    Blue Prism string format / validation

    Hello , I have a issue about an exception and the format should be : DDMMYYSNNNX, where DD = day, MM = month, YY = year, S = Either ‘A’ or ‘-‘, NNN = number, X = Letter or number Examples: 310199-111K, 011206A2222 "DDMMYYSNNNX" is a text and should be 11 characters. Can anyone help me...
  10. M

    Sort Collection by number not working

    Hello Pete, Yes i want sort a numbers. I found the solution, first i changed the format type to columnn( excel) to number and next i initialize to the collection the names of the columns from excel and its working now. Thank you
  11. M

    Sort Collection by number not working

    Hi , I would like to sort a collection. This collection has 5 columns and i want to sort the column "Count". The number in this column increase +1 because i have a loop, the sort collection works fine until the number be 10, after that the sort collection is not working. Do you have any...
  12. M

    How to dispatch 2 collection with special cases

    Hello to everyone, I have the followig issue: I have 2 collections, the first one has users and the second collection case of invoices( 4 diffirent types). The logic is that all the invoices should dispatch to the users but one type of invoices is a special. One of them ( case of invoice) is...
  13. M

    Run Process from Broswer

    Hi Sachin Thank you very much for your response. The process run from command line :) but i can't find the way to invoke command prompt from Javascript. With PHP i found the solution ( <?php shell_exec(''); ?> ) but i can't use it because i can't use web server and local server. The idea is...
  14. M

    Run Process from Broswer

    Hello to everyone, I would like to ask if it is possible to run the process through to the web page( call the process). I can connect to the VDI from the web page but when i try to start the process i receive the message "MISSING RUNNER" All the available command are below : Do you have any...
  15. M

    Process run very slow to the control room

    Hello, The problem was to the Application Modeller because by default the checkbox was unchecked (attach image), i checked it and the bot runs very fast. Thank you
Top