Search results

  1. P

    configure alert stage in version 6.5

    hi Friends, can any one explain the procedure to configure the alert stage in version 6.5 ?
  2. P

    perform filter operation in excel

    hi friends, i have to perform below task. i have a collection containing fields like SNO,EMPLOYEE, SALARY,ID,COUNTRY. Now i want write this collection data into an excel file , before data insertion i need to filter the data based on country. Suppose country = india then bot first will check...
  3. P

    Working with collections

    Hi Friends, I am working with collection.I have to store collection data into one data item with comma separated. i am using Utility- string - Join Text. but it is always giving Below Error. Flow: collection--- can anyone help me on this ?
  4. P

    Sharepoint file upload error

    Hi Friends, i am getting below error while uploading an excel file into sharepoint URL. "Identity Client Runtime Library (IDCRL) could not look up the realm information for a federated sign-in." i have given correct credentials, correct source url and path.
  5. P

    Get Collection Fields

    i have an excel file containing 50000 records. Now i am getting this excel data into collection (using Get excel range as collection action from Excel VBO). By using loop i am doing some operations on this collection. on first iteration i am getting excel headers but from second iteration i am...
  6. P

    How to Filter Collection

    Hi friends, i have 2 collections containing the following fields. Collection 1 : 1.Name 2.Gender 3.Age 4.Qualification...
  7. P

    Multibot architecture

    Hi all , I need to implement multibot architecture. I am attaching the flow . Anyone can tell me am I following correct approach ? Please Advise me.
  8. P

    Multi bot implementation

    Hi team, I have a bot which will check any items pending in work queue.if yes it will launch application and upload the queue data after that it will generate an Excel report contains completed and exceptions sheets. Completed sheet contains the list of successfully uploaded data and exceptions...
  9. P

    Merge Excels

    I have 1 folder contains 5 excel files. Each excel contains data in two sheets let's say sheet 1 and sheet 2 . how can i add all excel file's sheet 1 data in to new excel file Sheet 1 and all excel files's sheet 2 data into new excel file sheet 2 . can any one please provide solution ? i am...
  10. P

    how to store Multiple excel data into single collection

    I Have 10 excel files under 1 folder. Each excel contains some records. How can i add all the excel files data into single collection ?
  11. P

    Sending consolidation report by single bot

    hi everyone, i have one process . when i run the process it will perform the actions and finally it will generate one excel report which contains how many item are success and how many are failed. Now my task is , when i run this process on multiple machines i need to send only one consolidation...
  12. P

    How to connect to SFTP server

    Hi all, i need to perform below tasks using code stage (C# code ). 1.connect to sftp server 2.upload & download files into sftp server. can any one help me on this. Thanks , P. Gopi
  13. P

    How to convert excel as csv using blueprism

    Hi All, How to convert excel file into csv using blueprism? I am using save workbook as action of Ms-Excel VBO. but it giving output as ".xlsx" Any one please help me on above task. Thanks, P. Gopi
  14. P

    move file with in sharepoint 365 using REST api

    Hi All, any one please give the solution for below task. i need to move one file with in share point 365 folders using REST api (using c# code). here i am using below REST url : _api/web/getFileByServerRelativeUrl('/Shared Documents/FileName.docx')/moveTo(newurl='/Shared...
  15. P

    How to Launch Application inside Citrix

    Hi All, I am new to Region mode. my flow is look like this.( here i am taking startx,starty,endx,endy as dynamic) attach-activate-maximize-get main screen bounds-get image-find image using image search utility-click image But no luck as of now. can any one explain or share a video link which...
  16. P

    How to read list items using region mode

    Hi all, i am new to Region mode. I need to perform below task using region mode. i need to click drop-down button, then list will be displayed . ( Here the problem is i don't know the count of list items and it will vary every time ) Now i want to store these drop-down list values into collection.
  17. P

    Citrix based applications

    Hi all, I am new to Thin client applications. can any one provide solution for my below task. how to launch one application inside citrix. here i am using attach concept to application modellor by providing Window title and process name.
  18. P

    How to add key to work queue

    I want to add my Workbook name as key to Workqueue but not finding any option. There is an option available to add tags but no option for adding Key filters. Please advise
  19. P

    Window spying issue

    Hi Team, I need to open a website , while launching website one pop window will appear. i am unable to spy that entire window. more over that pop window contains user name and password . can any one give solution . Thanks, P. Gopi
  20. P

    Pdf automation

    Hi Team, can any one please help me. Actually i have a folder in my local system, from that i need to open pdf files and retrieve data. Ex: my folder name is pdf and it contains 10 pdf's with same template. solution 1 : i am opening pdf using adobe reader.exe using global send keys---------...
Top