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.3k
フローのデータテーブルを使ってみよう/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
520
Salesforceのデータ移行で気をつけたいこと/Salesforce Data migration TIPS
nakofg
0
610
Salesforce女子部に参加してビフォーアフター/Before after participating in sfggjp
nakofg
0
460
Visualforce in Service Console
nakofg
0
530
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
PostgreSQLのRow Level SecurityをPHPのORMで扱う Eloquent vs Doctrine #phpcon #track2
77web
2
530
Rails Frontend Evolution: It Was a Setup All Along
skryukov
0
140
なんとなくわかった気になるブロックテーマ入門/contents.nagoya 2025 6.28
chiilog
1
270
Porting a visionOS App to Android XR
akkeylab
0
470
Agentic Coding: The Future of Software Development with Agents
mitsuhiko
0
100
Azure AI Foundryではじめてのマルチエージェントワークフロー
seosoft
0
170
設計やレビューに悩んでいるPHPerに贈る、クリーンなオブジェクト設計の指針たち
panda_program
6
2.1k
猫と暮らす Google Nest Cam生活🐈 / WebRTC with Google Nest Cam
yutailang0119
0
120
Google Agent Development Kit でLINE Botを作ってみた
ymd65536
2
250
AIともっと楽するE2Eテスト
myohei
6
2.6k
チームのテスト力を総合的に鍛えて品質、スピード、レジリエンスを共立させる/Testing approach that improves quality, speed, and resilience
goyoki
5
880
技術同人誌をMCP Serverにしてみた
74th
1
650
Featured
See All Featured
Stop Working from a Prison Cell
hatefulcrawdad
271
21k
How GitHub (no longer) Works
holman
314
140k
Building Flexible Design Systems
yeseniaperezcruz
328
39k
Unsuck your backbone
ammeep
671
58k
The Art of Programming - Codeland 2020
erikaheidi
54
13k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
20
1.3k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.4k
XXLCSS - How to scale CSS and keep your sanity
sugarenia
248
1.3M
YesSQL, Process and Tooling at Scale
rocio
173
14k
Building a Scalable Design System with Sketch
lauravandoore
462
33k
Music & Morning Musume
bryan
46
6.6k
The Power of CSS Pseudo Elements
geoffreycrofte
77
5.9k
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