28-10-22 06:33 AM
Answered! Go to Answer.
28-10-22 08:20 AM
28-10-22 08:20 AM
28-10-22 08:30 AM
27-05-24 04:45 PM
Hi
Can you share complete start, end, code properties for this?
27-05-24 09:50 PM
There is a little trick to turn the Sort Collection action in Blue Prism's Utility - Collection Manipulation VBO into a multi-column sorter. You simply list out your columns and their sort directions separated by a comma but leave out the sort direction of the last column. Set the Ascending Order parameter accordingly to the sort direction of that last column.
The Sort Collection action does essentially the same thing as the code in the replies above but it adds either " ASC" or " DESC" to the Sort Field string depending on how the Ascending Order parameter is set.