Hi,
I am facing an issue when a library is created for Gsuit getmail activity additional inputs are requested after being published. I am using integration service for OAuth authentication.
Not sure why the additional two input request are coming up.
Appreciate the help.
Thanks
Hi @Julian_Claessen
When you publish a library with GSuite Get Mail, the Integration Service connection details are not embedded.
UiPath exposes those connection properties as arguments, so consuming projects are asked for them again.
This is expected behavior because libraries must remain reusable across environments.
You need to bind the OAuth connection in the consuming project to resolve the extra prompts.
It is not an error but a design choice in how UiPath handles external connections.
Activities - Get Mail Messages
Happy Automation