What are your favourite technologies to automate using UiPath?

What technologies do you enjoy using along side with UiPath to make interesting & useful automations? Not necessarily ones that UiPath has built-in activities for such as Excel, but ones that you have found have either made automating specific things easier using UiPath or just have good synergy with it.

I’ve found some Adobe products such as Photoshop and Lightroom can be used for fun automations, so I’m currently using that for automatic image editing. Microsoft Dynamics 365 is also easy to automate in my experience due to good selectors.

Thanks!

1 Like

If you are trying to get data from Dynamics 365, you can also use the Dynamics 365 Web API, which can offer better data retrieval if the fields you want don’t appear on a form. In general the web api will be quicker than navigating multiple forms if you would like a bulk quantity of records too.

1 Like

I did not know that, thanks @jfarnden