Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
実務で使えるGASライブデモ勉強会
Search
Apachan
July 17, 2021
Programming
0
94
実務で使えるGASライブデモ勉強会
自己紹介、Google App Scriptの特徴、Demo事前説明
Apachan
July 17, 2021
Tweet
Share
More Decks by Apachan
See All by Apachan
20220706_Google Apps Scriptを実演で学ぶ~ GAS × Slack ~
apachan
2
1.5k
20220428_実務で使える Google Apps Script ライブデモ勉強会#3
apachan
0
510
20211111_実務で使えるGASライブデモ勉強会#2
apachan
0
100
20210921_LT_RPAの現実
apachan
0
2.6k
20210827_RPA勉強会!Google Apps Talk~GASでGmail活用術~
apachan
0
10k
Other Decks in Programming
See All in Programming
All About Angular's New Signal Forms
manfredsteyer
PRO
0
160
私はどうやって技術力を上げたのか
yusukebe
43
18k
20251016_Rails News ~Rails 8.1の足音を聴く~
morimorihoge
1
350
技術的負債の正体を知って向き合う / Facing Technical Debt
irof
0
170
Cursorハンズオン実践!
eltociear
2
1.1k
株式会社 Sun terras カンパニーデック
sunterras
0
310
iOSエンジニア向けの英語学習アプリを作る!
yukawashouhei
0
200
CSC509 Lecture 04
javiergs
PRO
0
300
CSC305 Lecture 03
javiergs
PRO
0
240
明日から始めるリファクタリング
ryounasso
0
140
チームの境界をブチ抜いていけ
tokai235
0
180
コードとあなたと私の距離 / The Distance Between Code, You, and I
hiro_y
0
170
Featured
See All Featured
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
234
17k
YesSQL, Process and Tooling at Scale
rocio
173
14k
How GitHub (no longer) Works
holman
315
140k
Fantastic passwords and where to find them - at NoRuKo
philnash
52
3.4k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
35
6.1k
Six Lessons from altMBA
skipperchong
29
4k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
23
1.5k
The Language of Interfaces
destraynor
162
25k
Build your cross-platform service in a week with App Engine
jlugia
232
18k
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
33
2.5k
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
359
30k
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
32
1.6k
Transcript
実務で使える Google Apps Script ライブデモ勉強会 2021/07/15 1 フォーム回答のスマートな仕事術
自己紹介 Apachan @ApachanHonpo 埼玉県戸田市 宮城県仙台市 会社員&副業 2 お仕事...
宣伝 3 2021/3 発売 2020/5 発売 来春 改定版 発売予定 徹底解説
RPAツール WinActor導入・応用 完全ガ イド 絶対失敗しない!ロボット 1000体導入してわかった RPA成功の秘訣 Google Apps Script 目的別リファレンス 実践サンプルコード付き GAS本大幅リニューアルの方向で対応中
Google Apps Script きっかけ 4 日々システムの問い合わせに追われる毎日
Google Apps Script 導入後 5 定型の問い合わせをGASで自動化 約 80 % 残りは手動
全体的にレス ポンスが改善
オススメのポイント① 基本編 6 ・実行環境の構築ハードルが低い ・無料アカウントから利用できる ・第3者との環境差分がないので共有しやすい ・スクリプト実行はほぼ成功する ・Google Workspace導入企業であれば基本的に利用OK ・JavaScriptベースなのでプログラミング初学者も始めやすい
・クラウドベースなので24時間スクリプト実行が可能 ・SlackなどのSaaSと相性が良い
注意点 7 ・ローカル環境の操作は一切できない ・利用制限を超えるとスクリプトが停止する ex )6分/実行 ・ごく稀にサーバー側などの不具合などでことごとくエラーがでることがある
オススメのポイント② 応用編 棲み分け例 8 RPAとの棲み分け整理で保守運用が安定 ローカル環境 クラウド環境 Googleアプリ内の操作や SaaS連携はGAS, それ以外
はRPAにおまかせ★ GUI操作のSaaS連携は超カ ンタン!細かい処理は有償 プランや対応外!?
オススメのポイント③ 応用編 アプリ開発 9 ノーコード/ローコードツールの可能性を拡大
オススメのポイント④ 番外編 Chromebook 10 Google App Script も需要増える? https://www.itmedia.co.jp/news/articles/2102/18/news132.html
現在のアウトプット活動 11 週1回朝活でライブコーディング実施
今回のDemo 12 プルダウン操作で4つの後続作業を自動化 メール返信 タスク登録 転記 Slack投稿 フォーム入力 データ蓄積 プルダウン操作
プルダウン追加
End Of File 13