SRashidi
Level 3
since ‎02-11-22
‎18-03-24

User Statistics

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

User Activity

I've got a simple code that performs the following: Creates a collection with three columns: dateValue (type datetime) Contains all the dates of current month. For example: 1st October 2023 to 31st October 2023 dayOfWeek  (type text) Shows the day fo...
Good afternoon, I hope you're well. I have a C# class (static class) that accepts two DataTables (collections), and returns one Datatable as output. I've declared this static class in my Global Code page.The code is utilising System and System.Data ...
Hello, I developed an async method in my Blue Prism object's initial page (global code): static async Task<string> GetAuthenticationResponseAsync() { ... }   The method returns a string value. Now, I need to invoke this method in th...
We decided to upgrade our Blue Prism from 6.6.0 to 7.1.1, however, we seem to be having a bit of problem. When we applied the license to BP 7.1.1, we got the error in the screenshot below. Does that mean Blue Prism 7.1.1 uses a different license to B...