Hello, i want to make update data to google sheet by Batch Spreadsheet Update but when i put in loop while then i have error like this>
Batch Spreadsheet Updates: An attempt was made to transition a task to a final state when it had already completed.
Hello @Pawel_Bartkowicz!
It seems that you have trouble getting an answer to your question in the first 24 hours.
Let us give you a few hints and helpful links.
First, make sure you browsed through our Forum FAQ Beginner’s Guide. It will teach you what should be included in your topic.
You can check out some of our resources directly, see below:
-
Always search first. It is the best way to quickly find your answer. Check out the
icon for that.
Clicking the options button will let you set more specific topic search filters, i.e. only the ones with a solution. -
Topic that contains most common solutions with example project files can be found here.
-
Read our official documentation where you can find a lot of information and instructions about each of our products:
-
Watch the videos on our official YouTube channel for more visual tutorials.
-
Meet us and our users on our Community Slack and ask your question there.
Hopefully this will let you easily find the solution/information you need. Once you have it, we would be happy if you could share your findings here and mark it as a solution. This will help other users find it in the future.
Thank you for helping us build our UiPath Community!
Cheers from your friendly
Forum_Staff
The same issue faced,
Guide how to use the Batch Spreadsheet Update activity in Uipath with some examples.
I don’t find any idea where the mistake is as there are not many resources available to use this batch activity for writing cells in google spreadsheets for example.
Hi,
Quite an old topic, but the issue still exists and maybe someone will find the below workaround useful.
Findings
We have the same issue on UiPath.GSuite.Activities 2.2.6.
Seems to occur on a Windows project when using Batch Spreadsheets Updates in a loop, when executing on the second iteration, the first one will work fine (this includes transaction item loop, i.e. the first transaction item that utilizes the Batch Updates will work fine, on a second item, the activity will fail with that error).
Workaround
Insert Batch Spreadsheets Updates into a separate workflow and tick the Isolated checkbox in the invoke WF activity.
Make sure to pass any global variables and constants as arguments into the isolated workflows, as they won’t be accessible there.