UiPath Robot Error_Cannot read properties of undefined (redaing 'defaultValue')

I am not able to run the Published Automation (First Automation using Google Workspace) from UiPath Assistant.
it is showing the below error.
UiPath Robot Error_Cannot read properties of undefined (redaing ‘defaultValue’).
But I was to run the other Automation (First Automation using Microsoft Office).

1 Like

Hi, make sure you didn’t move project folder to another place

Click the Windows Start button, then search for and open Services. msc .
Find the UiPathRobot service and double-click it. The UiPathRobot Properties panel is displayed.
From the Log On tab, select the Local System account option.
Click the Apply button and close the window to confirm the changes.

Regards,
Rachel Gomez

Hello Harsha ,
I am not sure about the screenshot of the error mentioned here , but i got a similar error in the output panel and it was something like

TypeError: Cannot read properties of undefined (reading ‘click’)

This was happening due to an issue with the inject java script activity that i was using . basically the query selector i used for clicking on a particular object was changed and the old one was facing issues .Once i have made the selector dynamic it helped resolve the issue .

So i am guessing the issue is with your package itself , try running it from studio once before publishing it and verify , republish if required .

Hope this helps !

Hello @rikulsilva i have the same issue,
now its says not found!
what do you mean by another place we have only one folder in our orchestrator!

thanks.