Recent content by AndrzejF

  1. A

    Adding time to DateTime

    I think you need to adjust Data Types. F.ex. Time + TimeSpan
  2. A

    Dynamically choose between Outlook or Interact to fetch input for the BP process

    Hello! Could you brainstorm on how to place a dynamic way to choose if the robot is to fetch input ('.xlsx' file) for the process. Case is following, Interact is priority but in case it is down, the robot should attempt to go to action "Get Mail" from Outlook VBO. Is there any way to perform a...
  3. A

    Loop on two collections with various row count ISSUE

    Hello! This worked. Thank you for helping! This is already 100 % better than I was before ( btw I needed count to make copies of current row. But not to loop in this main loop here) I think that I need to consider "Delete Row" so that the rows that are left after loop can be used further. Let...
  4. A

    Loop on two collections with various row count ISSUE

    Hello :) I have a process that I need to finish and where I have to loop through two collections. [Coll1] has data from data base that I try to find match/similarity to [Coll2] - input from customers. Then when finds match it can continue to chew and compare more rows between those. I take...
  5. A

    Fuzzy logic on matching String

    How can I verify if an input approximately matches a string value in data item. Input will come from a support team while the value is a match to a value hardcoded in a dropdown box of an application the robot will run. So it can be a mismatch (human error), f.ex: Value in Data Item...
  6. A

    Compare the string

    Hello, great solution. Is there a way to find an approximate match f.ex. If the input would say "Samsung QLEDd .... " instead of "Samsung QLED..." based on fuzzy logic? Regards, Andrzej
Top