I have been reading a number of posts across the Forum on how to use Google sheets and Google drive in UiPath and for these, there are dedicated activities that have been created which makes using them relatively simple to use, however, the functions available in them are limited.
In the context of UiPath how would I call this? Via the HTTP Request activity or is it done via importing the Google APIs Client Library and then invoke them somehow? I have heard some developers use Python to call these API methods but I don’t know if there is a simple straight forward way to do this?
Your help and experience would be greatly appreciated and I am hoping there is a best practise approach to this or one that is commonly recognised as the ‘right’ way of doing it?
First you need to import it, in “Imports” close to “Variables”. But usually i’d use it in invoke code. I don’t know if it’s possible to use it via Invoke Method activity, I think it depends on how this Package and its methods/classes works (can be found in its documentation)
Hi Gerard, did you have any joy with this? I’d also like to connect to a google API which doesn’t have predefined activities already setup. I’m going round in circles with various documentation but can’t find a clear guide. Thanks