Recent content by Bids

  1. B

    RPA Survey

    Hi, Is there any survey questionnaire which can be used for RPA Performance. Bids
  2. B

    Code / Workflow Generator

    Is there are a tool / utility available which can generate code based on the process steps / document?
  3. B

    Reading and understanding unstructured data

    Hi, Is there any utility / script which can help part the mail (or any unstructured) data enabling the bot to take action accordingly
  4. B

    Multiple process on same machine

    Hi, How can I run 2 or more process at the same time on same machine, if both process have front end activities or partial front end activities
  5. B

    Multiple Calendar using any RPA tool

    How can I send multiple Calendar using any RPA tool
  6. B

    Send same email to some people with SMTP

    Can you please the share the code used for sending mails using SMTP
  7. B

    How to handle pop-ups

    While running the process, at times there are pop-ups comings which is not part of the routine process. (it could be possibly due to some other background process on the servers or any other reason), how to handle such pop-ups
  8. B

    Comparision / Analysis of different RPA tools

    Does anyone has any comparison / analysis which can help select the right RPA tool for process automation?
  9. B

    In Blueprism, Is this possible to share Application modeler of one Business object to another Business object?

    There are no objects coming in the drop down, when I select the second option. Should there be any special exposure for the parent object
  10. B

    Bulk Data

    What is the optimal way of extracting more than 5000 records from SAP or any other system?
  11. B

    MS Excel VBO

    Using the get empty cell, I will get H1 / G1 etc, how to I get just the column name i.e. H / G?
  12. B

    Find Last Row

    Thanks VJ, will try and let you know. To answer your question, I am trying to dynamically concatenate the columns in the last column, i..e in Column H, I want to put Concat (A:G) where G & H columns are not static, but dynamic, based on the number of columns that sheet has.
  13. B

    Find Last Row

    Hi VJ, thats exactly is my question, if the next empty cell gives me H1, how do I get value G1 in my variable?
  14. B

    Find Last Row

    How can I get the last column which has data? (i.e. "last free cell - 1" column)
Top