Skip to content

Commit

Permalink
post: add takeaway
Browse files Browse the repository at this point in the history
  • Loading branch information
jpoehnelt committed Oct 30, 2024
1 parent 480e76d commit 596b199
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/posts/google-form-title-vs-name.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ The Drive API and DriveApp have a `name` property that is always the same as the

- The UI `title` has a fallback to the `name` if the `title` is unset.
- The Forms API `documentTitle` is equivalent to the UI `name` and the Drive API `name`.
- The Forms API `title` is undefined if unset, but the `getTitle()` method in `FormApp` will return the empty string if unset!!
- The Forms API `title` is undefined if unset, but the `getTitle()` method in `FormApp` will return the empty string if unset!
- To change the `name` via the API, you need to use the Drive API or `DriveApp`.

## Example code

Expand Down

0 comments on commit 596b199

Please sign in to comment.