Recent content by shiva2791

  1. S

    Data Table - The type or namespace name 'DataSetExtensions' does not exist in the namespace 'System.Data'(are u missing an assembly reference?)

    Hi Team, I am trying to filter excel column "Filter Flag" with the value "Y" , using Data Table option for this but the code giving this kind of error. outData = new DataTable(); if(inData.Rows.Count > 0) { var result = inData.AsEnumerable().Where(row=>row["Filter Flag"].ToString() ==...
  2. S

    UIPath Learn From RPA Community - Why You Need to Attend Forward 2019 | UiPath

    Hi Team, If possible, please conduct one workshop or team gathering at Chennai location once in 2020. Thanks Sivakumar Prakash
  3. S

    Zip and unzip files using Blueprism

    Hi Hi LSK, I am telling this way, please explore and try once! 1. Through spying modes, right click on that file. 2. Then if the OS is Windows 8 or 10, there must be an option for zipping (7-zip). 3. Using that , you can add that file to Archive.rar or Archive.zip .
  4. S

    HTML Report from Blue prism

    Hi Sachin, I am having one Excel file or SQL Table with 10 columns and 20 rows (Consider). I wish to show it in html report format to my super managers so that they can view the progress alone not all the data., say MIS reports. I have one VB code also to do this, (code written in Visual Basic...
  5. S

    Session variables

    Hi Team, Could anyone please tell me the where and how the session variables can be used in Blue prism process? If possible, please provide one workflow use-case which has been already developed using Session variable. #ThanksInAdvance
  6. S

    Very Slow response of Blue Prism

    Could u please elaborate your answer little further? Because we have improved our BP performance by deleting some unwanted old Audit logs and System logs, but your method is new to us. Thanks.
  7. S

    HTML Report from Blue prism

    Dear friends, I want to create one HTML report from the MS Excel document through Blue prism RPA automation, I have one hands on VB Script to do this, but in code stage its not working. If anyone done this kind of use-case, please help me with your valuable suggestions. Thanks
Top