I share this blog with my thoughts and creations from my daily programming, knowledge, and technology updates.
Apps Scriptリファレンス: Apps Script Reference
|障害・課題追跡: IssueTracker
|Google Workspace: Status Dashboard
- Summary
2018年1月13日土曜日
Google Apps Scriptで既存の質問や問題を知りたい
わからないことや困ったことがあるときは、たいてい他にも誰かが同じように困っていて、既に解決策が議論されていたり進行中だったりするので、公式ページでも紹介されている参考サイトを幾つか貼っておきます。(全部英語)
Stack Overflow / google-apps-script
https://stackoverflow.com/questions/tagged/google-apps-script
Google+ Google Apps Script
https://plus.google.com/communities/102471985047225101769
Issue Tracker
https://issuetracker.google.com/issues?q=componentid:191640%20status:open
Troubleshooting
https://developers.google.com/apps-script/guides/support/troubleshooting
Latest post
Google Formsで記述式の質問に字数制限を設定したい
記述式の質問には「回答の検証」を設定することができます フォームの編集画面 右下の︙メニューで「回答の検証」を選択します 検証方法には「数値」「テキスト」「長さ」「正規表現」という種類があります 今回は字数制限したいので「長さ」を選びます 長さには「最大文字数」か「最小文字数」を...