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.5k
フローのデータテーブルを使ってみよう/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
Agent時代のアドミン、 求められること多くない? ~Dreamforce2025を終えて/There are a lot of demands on admins in the Agent era, right?
nakofg
0
64
Dreamforce2024に行ってきました Agentforce for Developers編/I went to Dreamforce 2024 part2
nakofg
0
19
Dreamforce2024に行ってきました/I went to Dreamforce 2024
nakofg
0
15
開発者でも活用できる「Salesforce Admin Skills Kit」/"Salesforce Admin Skills Kit" that developers can use
nakofg
0
18
Dreamforce2023に行ってきました/I went to Dreamforce 2023
nakofg
0
17
Einsteinがコードを 書く時代がやってくる/The time has come for Einstein to write code
nakofg
0
16
Sandboxはリフレッシュ日が大事な話/Refresh date is important for Salesforce Sandbox
nakofg
0
560
Salesforceのデータ移行で気をつけたいこと/Salesforce Data migration TIPS
nakofg
0
660
Salesforce女子部に参加してビフォーアフター/Before after participating in sfggjp
nakofg
0
500
Other Decks in Programming
See All in Programming
AI時代のシステム設計:ドメインモデルで変更しやすさを守る設計戦略
masuda220
PRO
5
1k
受け入れテスト駆動開発(ATDD)×AI駆動開発 AI時代のATDDの取り組み方を考える
kztakasaki
2
590
How to stabilize UI tests using XCTest
akkeylab
0
130
CDIの誤解しがちな仕様とその対処TIPS
futokiyo
0
220
CSC307 Lecture 14
javiergs
PRO
0
470
Ruby and LLM Ecosystem 2nd
koic
1
890
Claude Codeログ基盤の構築
giginet
PRO
7
3.4k
AWS Infrastructure as Code の新機能 2025 総まとめ 〜SA 4人による怒涛のデモ祭り〜
konokenj
10
3.4k
encoding/json/v2のUnmarshalはこう変わった:内部実装で見る設計改善
kurakura0916
0
420
AIに任せる範囲を安全に広げるためにやっていること
fukucheee
0
140
AI 開発合宿を通して得た学び
niftycorp
PRO
0
130
守る「だけ」の優しいEMを抜けて、 事業とチームを両方見る視点を身につけた話
maroon8021
3
980
Featured
See All Featured
The Curious Case for Waylosing
cassininazir
0
270
Taking LLMs out of the black box: A practical guide to human-in-the-loop distillation
inesmontani
PRO
3
2.1k
YesSQL, Process and Tooling at Scale
rocio
174
15k
The Cult of Friendly URLs
andyhume
79
6.8k
Six Lessons from altMBA
skipperchong
29
4.2k
Bash Introduction
62gerente
615
210k
Rails Girls Zürich Keynote
gr2m
96
14k
Organizational Design Perspectives: An Ontology of Organizational Design Elements
kimpetersen
PRO
1
640
Navigating the moral maze — ethical principles for Al-driven product design
skipperchong
2
290
Learning to Love Humans: Emotional Interface Design
aarron
275
41k
How to Grow Your eCommerce with AI & Automation
katarinadahlin
PRO
1
140
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
47
8k
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