Search results

  1. B

    Save as pop up in edge is saving incorrectly

    Hi, In one of our process I'm trying to download a file from edge browser. We've enabled Ask me what to do with each downlod. We're getting the save as popup and using a write stage I'm writing my path in the filename textbox. This logic worked in dev but failed in qa. The file is...
  2. B

    File Exists giving wrong output

    Hi All, I'm using the File management VBO for checking the file that exists on a shared drive. BP is getting False as output even if the File exists at the respective location. I'm using the absolute file path as input for the action, and the file is present on the shared drive, the issue comes...
  3. B

    Read excel from a dynamic header row number

    Hi All, How to read Excel data from a different header row. For Instance my header row is on 20th row I need to start reading the data from 20th row with 2oth row as header. If header starts from 17th row I need to read data from 17th row with 17th row as header.
  4. B

    Reading Data from a share point list

    HI All, I'm trying to read data from a share point list but I'm unable to fetch data. Can someone please help in reading the data from a sharepoint list and the short query that should be written in order retrieve the data using Blueprism. Thanks in advance
  5. B

    Cannot find element in Unattended mode

    Hi, I've used HTML-IE mode and spied an element. The bot is able to find the element when we run it Attended mode(Debug and run from Control room) but when we run it in unattended mode it is not able to find the element. Please help me in solving this issue.
  6. B

    Downloading Outlook Attachment Files

    Hi, I'm trying to download attachments from outlook using Get Received Items(Basic) the bot is getting images that are in Body as well which is not desired how to avoid this. I just want the files that are attached in the attachments field of the mail.
  7. B

    Xpath expression in path attribute in Appliaction modeller

    Hi, Will Blue Prism accept the XPath expression other than in path attribute in the application modeller. I tried writing xpath in path attribute but I'm getting the following error. Error - Highlighting results - Object reference not set to an instance of an object.
  8. B

    Triggering a bot

    Hi All, Can I trigger a bot when File/Folder is created if yes, please let me know how we can do that.
  9. B

    Cannot read mails from outlook using MS Outlook VBO

    Hi, I've used MS outlook vbo to read the Mailbox but when I try the same on outlook that fetches mails from the Microsoft exchange the bot is not reading the emails. Is there a solution that I can read the mails from Outlook that fetches mails from Microsoft Exchange cloud using Outlook VBO and...
  10. B

    Regarding Password recovery

    Hi, I've forgot the password of the Blueprism tool installed on my machine I've tried updating the database using query available for recovery but it didn't work. The version I've installed on my machine is BP 6.6 Please do help me getting password recovered.
  11. B

    Item Key not Unique

    Hi, Will there be an issue if we have a non unique data as a Key Name shown in attachment into the queue while adding the data to queue. If yes what will be the issue? Thanks in advance!!
  12. B

    Writing REGEX(regular expression) that allows specific values

    Hi, I've written a REGEX as follows "[a-zA-Z0-9!@#$%^&*?] which I mean to say allow all Alphanumeric Chars and a few special Chars. I've tried testing with the data like Eg1: something%&Test this is valid and the output is true Eg2: something~~Test this is invalid for my criteria but even now...
  13. B

    Updating a specific cell in Excel using OLEDB

    Hi All, I'm trying to update a specific cell of an Excel using OLEDB but I'm getting an error stating : Internal Error Cannot Execute the code stage as No value given for one or more required parameter. My update query: "update [Sheet1$C5:C5] set F3=100" Thanks in Advance
  14. B

    Solved Getting Specific Column from one Collection to another Collection

    Hi, I've a collection with multiple columns and multiple rows. I need all rows data of the first column into another collection. For instance a collection having fields Name, Age, Company. I need the complete name column into another collection.
  15. B

    Error when trying to update excel using OLEDB

    Hi, I'm trying to update an Excel using OLEDB in Blueprism I'm getting the following error Cannot find table 0. It's not the problem with Connection string because when I try select query 'm getting the values I'm getting the error only when I try updating the Excel. Thanks in advance
  16. B

    Solved where condition in SQL Query not working

    Hi, I'm trying update Excel using OLEDB but in execute query where condition is not working and all the records are getting updated which is not desired please do help me in resolving this.
  17. B

    Reading emails using subject

    Hi all, I need to read emails in outlook using a subject line with a number attached at last. But that number is getting varied dynamically how do we read mails in this case. For example the subject line is as follows Rpa forum question 1 In place of 1 I can have any number Thanks
  18. B

    Getting additional columns when reading data from a HTML table using GET TABLE command

    Hi, I'm trying to get the data from an HTML Table using GET TABLE property and storing it in a collection. The collection is getting added with 2 additional columns one at the start and one at the end which is not desired. Please do suggest what is to be done... PFA Thanks, Babjee.
  19. B

    Do we have a length constraint for list variable in AA

    Hi All, I've been using a lit variable in one of my tasks and assigning values to list variable and at index 6 it's giving me an index error. Please help me out in this. Thanks in advance, Babjee
  20. B

    writing vlookup using Excel commands

    Hi all, How do we write vlookup formula in Automation Anywhere using Excel commands or any other command in command panel in Automation Anywhere Thanks in advance, Babjee!!
Top