Skip to content

Commit

Permalink
DOC + USER_ENTERED options for add row
Browse files Browse the repository at this point in the history
  • Loading branch information
opicciotto committed Sep 2, 2024
1 parent 54e841f commit 754918d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _c8oProject/sequences/SheetAddRow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ comment: Add a row of cells to a Google Sheet.
response = service.spreadsheets().values()
.append(SheetID, Range, requestBody)
.setValueInputOption("RAW")
.setValueInputOption("USER_ENTERED")
.setInsertDataOption("OVERWRITE")
.execute();
Expand Down
2 changes: 1 addition & 1 deletion c8oProject.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
}
}
'
version: 2.0.1.1
version: 2.0.1.2
↓GoogleOAuth [connectors.HttpConnector]: 🗏 connectors/GoogleOAuth.yaml
↓checkAccessTokenGoogle [sequences.GenericSequence]: 🗏 sequences/checkAccessTokenGoogle.yaml
↓ClearRefreshToken [sequences.GenericSequence]: 🗏 sequences/ClearRefreshToken.yaml
Expand Down

0 comments on commit 754918d

Please sign in to comment.