Hello everyone,
I am building an automation that extracts real-estate data (price, area, rooms, description) from the Fincaraíz website. Everything works well until I try to export the resulting DataTable to Google Sheets using the Google Workspace activities.
These are the problems I am facing:
1. Google Workspace Scope does not recognize my JSON key file
I created a service account in Google Cloud, downloaded the JSON credentials, and placed the file here:
C:\Users\USER_NAME\Desktop\CredencialesGSuite\credentials.json
Inside UiPath, I set this same path in Google Workspace Application Scope → Key File Path.
However, UiPath shows this warning:
“Couldn’t read authentication parameters. Key file not found at the specified path… You must provide a literal value…”
But the file is there. I used Shift + Right Click → Copy as path to make sure the path is correct.
2. The activity ‘Update Values’ does NOT appear in my Google Workspace package
I installed:
- Google Workspace (latest version) from Manage Packages
But the activity Update Values does not exist in the “Sheets” category.
The only write-type activity I see is:
- Write Range – Google Workspace
But it asks for:
Spreadsheet
Range
Include Headers
How to Write (Overwrite)
What to Write
And I’m not sure how to link my DataTable correctly.
3. I received XAML errors when importing a workflow with Google Sheets activities
Errors include:
- “No se pudo encontrar el tipo ‘CellInSheetUpdated’…”
- “Multiple root elements…”
- “Sequence is not assignable to ActivityAction(DataRow)…”
This tells me maybe my project version or package version is mismatched with the example workflow someone provided me.
What I need
A clear explanation of:
- How to correctly configure Google Workspace Scope
- Which activity should be used to write an entire DataTable to a new Google Sheet
- How to pass the DataTable to the correct field
- Whether Write Range or Update Values should be used in the latest version
Extra info
- UiPath Studio version: 26.0.180-cloud
- Windows 10
- The DataTable name is:
TablaDatosCreada - I already tested the extraction logic; only the Google Sheets part is failing.
Thank you in advance. Any guidance is appreciated.
If needed, I can upload my XAML file so you can inspect it.