Recent content by LilSisKin

  1. L

    Selecting List Item in Chrome Legacy Window

    Hi Sahil - I spied the object in browser mode with the element type as List(Web) and the Data Type as Text. Here are the results from each test you specified above: 1. Selects the report name but the page doesn't refresh to show the correct report. 2. I don't have the option for a global mouse...
  2. L

    Selecting List Item in Chrome Legacy Window

    Hi Jari - It selects the report in the drop down but the results of the report do not show on-screen. It is almost like the selecting of the report name didn't happen in the first place.
  3. L

    Selecting List Item in Chrome Legacy Window

    Hello Blue Prism Friends- I am having an issue with two processes now where I need to select a report from a dropdown in a chrome legacy window. I have tried to spy with the win 32 browser mode and use a select list item action in a navigate stage. This doesn't do anything. I tried global...
  4. L

    Sql code with single quote issue

    It worked!! Thank you!
  5. L

    Sql code with single quote issue

    I am running into an issue where I have some sql code in my process and I am trying to use a where clause to limit the data however one of my data items to pull in is last name. Some last names have a single quote so when it's pulling those in it looks at the name as 'O' instead of O'Connor...
  6. L

    Item Key in Work Queues

    Here is how I achieved this: 1. I pulled in my raw data from an excel file 2. I then added a collection and an action to add a row to the collection. 3. Loop through the raw data and use a multicalc to combine the fields from the original collection into one field. I named mine "Key". Then...
  7. L

    Getting exception has been thrown by the target of an invocation error on random read and navigate stages

    Hello, I currently have several elements that are randomly throwing the Exception has been thrown by the target of an invocation error. I have gone through hundreds of test cases and can't find any rhyme or reason to why this is happening. It is happening on read and navigate stages where I...
  8. L

    Using a collection for attachments

    I am having a similar issue but using exchange web services. I am using a loop with a collection to create the data item and getting the following error: Could not execute code stage because exception thrown by code stage: The request failed. Could not find a part of the path...
  9. L

    Solved Highlighting HTML line in email

    I have created an action to send an email and the body of my email is below. I am trying to highlight the line "*Please do not generate any additional renewal terms, only the "&[Term Months]&" month terms are available*" in Yellow but it is highlighting the whole email. How can I get it to...
Top