Here, i m trying to make use of “invoke code” activity and perform my tasks. Do we have any way to invoke other exisiting activities inside the InvokeCode activity in UiPath 2017?
Invoke Code is mainly for .Net methods that return null.
So why don’t you use Image/Element exists → If/Flow Decision → Click activity?
Maybe it will work if somehow you would use the apps’ API and run some code for an activity like Click. But never tried this, for me it’s easier with the existing activities.
Something like this should work in code activity (did not test). Also not sure if it effects the existing workflow process since we are invoking sub activity. Folks who are using 2017.1 can confirm.