In the Blueprism User Guide - Installing v5.x Enterprise Edition in Appendix section you have..
So answering to your question ...Yes it supports.
Where Blue Prism is required to interact with Web Applications, the following browsers are supported:
...
According to page 16 of Blueprism Webservices User Guide, it has a statement that follows:
""When exposing complex types (collections) via input or output parameters, the collections must be set up within Blue Prism with pre-defined fields (rather th...
You could use FormatDateTime function ..FormatDateTime (Date, DateFormat);
Examples
FormatDate(""02-11-2016 09:23:43"", ""t"") will return ""09:23""
FormatDate(""02 Nov 2016 09:23:43"",""F"") will return ""02 November 2016 09:23:43""
FormatDate(""02-...
Did you use in your Blueprism installation folder the command: Automatec /exportpackage [/release ] /user (your username to log in to Blueprism) password (your password to access Blueprism). ?