Wednesday, January 23, 2019

string to list in VB.Net

stringBlah.Split(Convert.ToChar(",")).Cast(of Integer).ToList()

continue on error

wont be caught in try catch

Monday, January 21, 2019

how to get the current license in UIPath studio


Regutil get-info

Thursday, January 3, 2019

UIpath stopped due to unexpected process termination!","

on a http call i kept on getting

stopped due to unexpected process termination

even though I tried -catch it wasnt saying what the error was

this was because i set logging to verbose and the result from the call was too large - I set it back to info

Tuesday, December 11, 2018

404 cant find error in uipath

your folder is too big - in my case somehow email downloads were happening inside the folder

Monday, November 19, 2018

Tuesday, November 6, 2018

stepping in UIpath

when you enter the activity, it is run , not when you leave it