NaveenRPA
Level 4
since ‎23-01-21
3 weeks ago

User Statistics

  • 19 Posts
  • 1 Answers
  • 0 Likes given
  • 6 Likes received

User Activity

Blue Prism Trial I hope this message finds you well. I am reaching out to report a bug I encountered while using the Code Stage in Blue Prism.While working with the Code Stage, specifically when attempting to set a DataTable containing a Binary type ...
Hi,i am trying to add binary type column in collection but i am getting below error.Internal : Could not execute code stage: Conversion from type 'Byte()' to type 'String' is not valid.Below is sample code var dt = new DataTable();dt.Columns.Add("Col...
Hi Team,What is the difference between 'Automatically set exception at cleanup' and 'session end'.If item is marked with 'Automatically set exception at cleanup' that time it is retrying, why it is not retring when item is marked as 'session end'.Tha...
Hi Team,My company is planning to upgrade blueprism from 6.6 to 7.0 version, is 7.0 version is best for us or do we need to upgrade below 7.0 version any suggestion.what are the pre requisites and how to setup and install.what are new features are av...
Hi,i am using unmanaged dll(which is written in c++ language) in code stage, when i call a example method from unmanaged dll and if any exception throws from unmanaged dll blue prism closing abruptly even though handled exception in code stage how ca...