Search results

  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

    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
  3. 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