Guidelines for Publishing on UiPath Connect – By Anmol Yadav

Following topics will be covered : Publishing Custom Activity Publishing Snippet Publishing Workflow Template Publishing Solution References Click here to download the “Guidelines ebook” I hope you enjoyed the post!!! You can connect with Anmol Yadav, she is always happy to help 🙂

How To Use Invoke Method Activity – UiPath

The InvokeMethod activity is another way to implement a code which is outside of the standard built-in activities. You can use this activity to invoke a method of a class. The class does not need to be part of the workflow or use any of the workflow base classes. The InvokeMethod calls a public method … Continue reading How To Use Invoke Method Activity – UiPath

How to take a screen shot of the selected area on the screen – UiPath

There are lot of situations during the process execution where we have to take the screenshots, they can be used to convey some information or while trouble shooting the issues. To achieve this, UiPath has an inbuilt activity “Take Screenshot” activity in UiPath.Core.Activities. This activity can be used to take screenshot at runtime. let’s see … Continue reading How to take a screen shot of the selected area on the screen – UiPath