Use ISCLONE in Record-Triggered Flow Formulas↓日本語訳です。
Record-triggered flows for new and updated records now support the ISCLONE formula function. Copy your Process Builder or workflow rules formulas containing these functions into record-triggered flows. None of these formula functions are available in flows triggered when a record is deleted.
Where: This change applies to Lightning Experience and Salesforce Classic in Essentials, Professional, Enterprise, Performance, Unlimited, and Developer editions.
How: When copying formulas containing ISCLONE into record-triggered flows, use the $Record global variable instead of the object. For example, to use ISCLONE (account.x) in a record-triggered flow formula, change it to ISCLONE ($Record.x).
レコードトリガフローの計算式でISCLONEを使用する
新規レコードおよび更新レコードのレコードトリガフローが、ISCLONE式関数をサポートするようになりました。これらの関数を含むプロセスビルダーまたはワークフロールールの数式をレコードトリガフローにコピーしてください。レコードの削除をトリガとするフローでは、これらの式関数は使用できません。
対象:この変更は、Essentials、Professional、Enterprise、Performance、Unlimited、および Developer エディションの Lightning Experience と Salesforce Classic に適用されます。
方法:ISCLONE を含む数式をレコードトリガフローにコピーする場合、オブジェクトの代わりに $Record グローバル変数を使用します。たとえば、レコードトリガーフローの数式で ISCLONE (account.x) を使用するには、ISCLONE ($Record.x) に変更します。