Hi Vidhya,
I have previously used the MS Interoperability objects to create a Word doc from the HTML code in the email and then convert to PDF from there. In C#
In my global code I have the following methods:
private static void ConvertMsgToPdf(strin...
Hi Stephanie,
If you're just looking to see whether the name exists you could try an InStr function on the API response.
If you need the record attached to the name and you don't want to loop through a large collections of collections, have you check...
Hi Paul,
I believe that the as the Blue Prism process is 32-bit then the maximum physical memory that can be allocated is 2Gb, so in terms of more memory being available this won't be the case.
I'm not sure on any improvements on things like improve...
What's the exact error message you're getting?
I've not used the SQL Server Management Objects in Blue Prism before but have been successful with the SQL Client before. Have you tried that, something like : public static class TableScriptGenerato...
Hi Soumya,
Is your connection error saying something like 'server cannot be located' or is it more of an 'unauthorised' error.
If the server cannot be located it suggests you either have the server name wrong or there is some network related issues ...