Salesforce Platform のレコードトリガーフローの構成において、トリガー条件を [レコードが作成または更新された] に設定し、かつ開始要素の条件要件で [変更済み] (Is Changed) 演算子を使用している場合、レコードの新規作成時にはフローが起動しません。
[変更済み] 演算子は、レコードの以前の値と現在の値を比較して変更を検知します。新規作成されたレコードには比較対象となる以前の値が存在しないため、条件が満たされません。
そのため、この構成ではレコードの更新時にのみフローが起動します。
新規作成時と更新時の両方でフローを起動させるには、以下のいずれかの方法を使用します。
レコードの新規作成時、または特定の項目が変更された場合にフローを起動するには、数式を使用します。
開始要素の [条件の要件] で [数式の評価が True になる] を選択します。
ISNEW() および ISCHANGED() を含む数式を入力します。
数式例:
OR(ISNEW(), ISCHANGED({!$Record.TriggerFlow__c}))
作成用と更新用にフローを 2 つに分けて設定します。
Salesforce ヘルプ: 開始要素と決定要素の条件ロジックでの [変更済み] の使用、一般的なフローの制限
005229011

We use three kinds of cookies on our websites: required, functional, and advertising. You can choose whether functional and advertising cookies apply. Click on the different cookie categories to find out more about each category and to change the default settings.
Privacy Statement
Required cookies are necessary for basic website functionality. Some examples include: session cookies needed to transmit the website, authentication cookies, and security cookies.
Functional cookies enhance functions, performance, and services on the website. Some examples include: cookies used to analyze site traffic, cookies used for market research, and cookies used to display advertising that is not directed to a particular individual.
Advertising cookies track activity across websites in order to understand a viewer’s interests, and direct them specific marketing. Some examples include: cookies used for remarketing, or interest-based advertising.