I am trying to update a Google spreadsheet with a batch request. I have 107 variables that I need to input into this spreadsheet. The Update Cells with a multiple batch request connector that I am using can only update 89 cells at a time before an error occurs. I created a new connector with the same parameters as the first and changed the content to only update cells 90-107. When I launch the process, the first 89 cells are updated, but second connector causes the error, "We're sorry, a server error occurred. Please wait a bit and try reloading your spreadsheet."
I've tried different variations of trying to update these last 17 cells, but keep getting the same error. Any help or suggestions would be appreciated.
Sabine EL RASSY
--
Fujitsu - RunMyProcess
---
You received this message because you are subscribed to the Google Groups "RunMyProcess Support Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email to supportforum...@runmyprocess.com.
To post to this group, send email to suppor...@runmyprocess.com.
Visit this group at http://groups.google.com/a/runmyprocess.com/group/supportforum/.
To view this discussion on the web visit https://groups.google.com/a/runmyprocess.com/d/msgid/supportforum/65257ef1-bd6f-4d7d-a08b-83c163dc80d8%40runmyprocess.com.
For more options, visit https://groups.google.com/a/runmyprocess.com/groups/opt_out.
I made a new process and tried to change the variables of the last 17 cells back to 1-17. (row90-->row, col90-->col, content90--->content1). I am using the same connector and the same code.
<entry>
<batch:id>$"{pos_id}"</batch:id>
<title type="text"></title>
<batch:operation type="update"/>
<id>https://spreadsheets.google.com/feeds/cells/${spreadsheet_id}/${worksheet_id}/private/full/R${row}C${col}</id>
<link rel="edit" type="application/atom+xml" href="https://spreadsheets.google.com/feeds/cells/${spreadsheet_id}/${worksheet_id}/private/full/R${row}C${col}/version"/>
<gs:cell row="${row}" col="${col}" inputValue="${content1}"/>
</entry>
Now I am getting the error, "Invalid query parameter value for grid-id", with the id of the error being $"{pos_id}".
Sabine EL RASSY
--
Fujitsu - RunMyProcess
---
You received this message because you are subscribed to the Google Groups "RunMyProcess Support Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email to supportforum...@runmyprocess.com.
To post to this group, send email to suppor...@runmyprocess.com.
Visit this group at http://groups.google.com/a/runmyprocess.com/group/supportforum/.
To view this discussion on the web visit https://groups.google.com/a/runmyprocess.com/d/msgid/supportforum/87d0d641-2875-43cd-8b64-028c5457c367%40runmyprocess.com.