Clever solution, thanks for letting us know.
The custom connector could be a little tricky, since every API provider is different. In general if you understand the basics of API authentication, you should be able to figure it out.
Try this
- first you will need to create credentials on Google’s side
- depending on the auth method you choose you could either get an API key or an OAuth client
- Configure the key/client accordingly in Google
- Create the connector on UiPath, go to Authentication and fill in the required parameters
- Once you have successfully authenticated in your connector, the rest is creating the methods (get, post, detelte…etc) , for this refer to the documentation of the APIs you want to use from google
