Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
Show all 6 items in the list
Tags used for linking issues. [ID: 1172495]
View issue level access limits(Press Alt + Right arrow for more information)
Unintended behavior
View staffing
Description
Description
The Google Apps Script
Sheets.newAppendCellsRequest()
builder creates an object containing:rows
,sheetId
andfields
. However, in Google Apps Script these are their own parameters. Also note thatfields
as defined by the property is not used in theappend()
method.Code
Suggestion
It is suggested that the methods query parameters:
valueInputOption
,insertDataOption
,responseValueRenderOption
andresponseDateTimeRenderOption
should replace the current properties along with any valid enumerator values for these parameters.Adjacent issues.
The example for Append Values in the guides for the Sheets API also does not use the
Sheets.newAppendCellsRequest()
presumably for this reason. I report an issue on the GitHub page and report it after this (link will be in the reply)I have reviewed the other possible duplicates and they do not accurately approximate this issue.