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
フローのデータテーブルを使ってみよう/Let's use the Salesforce Flo...
Search
nakofg
February 23, 2023
Programming
0
1.4k
フローのデータテーブルを使ってみよう/Let's use the Salesforce Flow Data table
フローのデータテーブルを使ってみよう
2023/02/23 【オンライン】Salesforce女子部 Tokyo #50 〜オンラインLT大会〜
#sfggjp
nakofg
February 23, 2023
Tweet
Share
More Decks by nakofg
See All by nakofg
Sandboxはリフレッシュ日が大事な話/Refresh date is important for Salesforce Sandbox
nakofg
0
530
Salesforceのデータ移行で気をつけたいこと/Salesforce Data migration TIPS
nakofg
0
620
Salesforce女子部に参加してビフォーアフター/Before after participating in sfggjp
nakofg
0
460
Visualforce in Service Console
nakofg
0
540
CarefulMultiSalesforceOrg
nakofg
1
500
アドオンを使って快適なSalesforceライフを過ごす/addon with Salesforce
nakofg
0
1.4k
認定試験こわくない。/take the exam CertifiedAdmin
nakofg
0
490
Other Decks in Programming
See All in Programming
LLMは麻雀を知らなすぎるから俺が教育してやる
po3rin
3
2.1k
新しいモバイルアプリ勉強会(仮)について
uetyo
1
260
Reactの歴史を振り返る
tutinoko
1
180
Go製CLIツールをnpmで配布するには
syumai
2
1.2k
実践!App Intents対応
yuukiw00w
1
260
A Gopher's Guide to Vibe Coding
danicat
0
140
Google I/O recap web編 大分Web祭り2025
kponda
0
2.4k
Scale out your Claude Code ~自社専用Agentで10xする開発プロセス~
yukukotani
9
2.1k
AI時代のドメイン駆動設計-DDD実践におけるAI活用のあり方 / ddd-in-ai-era
minodriven
10
1.9k
リッチエディターを安全に開発・運用するために
unachang113
1
380
画像コンペでのベースラインモデルの育て方
tattaka
3
1.6k
Flutterと Vibe Coding で個人開発!
hyshu
1
250
Featured
See All Featured
Building an army of robots
kneath
306
45k
Code Review Best Practice
trishagee
69
19k
Practical Orchestrator
shlominoach
190
11k
What’s in a name? Adding method to the madness
productmarketing
PRO
23
3.6k
Designing for humans not robots
tammielis
253
25k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
333
22k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
26
3k
4 Signs Your Business is Dying
shpigford
184
22k
Measuring & Analyzing Core Web Vitals
bluesmoon
8
550
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
36
2.5k
How to train your dragon (web standard)
notwaldorf
96
6.2k
Facilitating Awesome Meetings
lara
54
6.5k
Transcript
フローのデータテーブルを使って みよう 2023/2/23(木) Salesforce女子部 Tokyo #50 〜オンラインLT大会〜
フローの進化がすごい https://help.salesforce.com/s/articleView?id=release-notes.rn_automate.htm&release=242&type=5
Winter’23から登場したデータテーブル https://help.salesforce.com/s/articleView?id=sf.flow_ref_elements_screencmp_data_table.htm&type=5 Spring23ではベータが外れ ていました
データテーブルを使ってみよう <デモシナリオ> リードの詳細ページに商談一覧を表示する <商談一覧の中身> リードの会社名と一致する進行中商談 → 簡易的に「この引き合いは取引中?アポ前?」を知る <使うもの> 画面フローを作る リードのLightningレコードページに表示
None
None
None
取引先Idを条件に 商談レコード取得 リードIdを条件に リード検索 リードの会社に値が あるか 「取引先名=リード 会社名」という条件 で取引先を検索し、 取引先Idを1件取得
商談の取得結果を データテーブルに 表示 リードページから Idを渡す
None