この環境で実施 otsubo@wise-shark-ci0xb3.com
Build a Record-Triggered Flow
- 何もしないで検証ボタンを押した場合
We can’t find a flow with 'Review Opportunity with Account Owner' as the label and 'Review_Opportunity_with_Account_Owner' as the API Name.
- 説明されているフローを完了した後に検証ボタンを押した場合
We can’t find a flow with 'Review Opportunity with Account Owner' as the label and 'Review_Opportunity_with_Account_Owner' as the API Name.
このモジュールは説明は関係ないみたい
- とりあえず基本部分まで入力して保存した場合
In the 'Review Opportunity with Account Owner' flow, we can’t find a 'Create Records' element with 'Create_Email_Task' as the API Name.
- 名前を間違えた
In the 'Review Opportunity with Account Owner' flow, we can’t find a 'Create Records' element with 'Create_Email_Task' as the API Name.
- 何で?
In the 'Create Task' action, we can’t find the 'OwnerId' field set to the owner of the Opportunity that triggered the flow.
UserIdまで選択したから?
何だろうなぁ
The field "OwnerId" isn't compatible with the SObject element "$Record". "$Record" can't be a SObject.
こんなエラーまで...
If you're working on a screen component, check your component configuration for invalid values.
Uncaught Error: Element must be non empty object but instead was undefined throws at
下の選択肢を選ぶ
I was having the same issue, and I believe I figured it out.
While you're choosing a value, you first click on $Record (It references opportunity underneath) and it has a picture of a globe next to it. Then you have to scroll down to click on the OwnerID that has the symbol Aa next to it. For it to work properly. You also have to do the same thing for the WhatId Value as well.
I'm still learning the exact terminology, but I believe the first OwnerID and AccountID options that show up (that don't have an icon to the left of the name) are considered field options and not values. The OwnerID and AccountID options that show up with the icon Aa next to them, are considered value options and can be used as values in this context.
https://trailhead.salesforce.com/trailblazer-community/feed/0D54S00000JgJxzSAF
- 最終形
不思議なことに有効化しなくてもエラーにはならなかった
トレイルヘッドの質問
I changed the API name of my replacement to something different; I was then allowed to keep the name the same, even though I was told there was a duplicate, and having done that, I was able to successfully pass the review and move on.
Add a Scheduled Task to Your Flow
- 何もしないで検証ボタンを押した場合
In the 'Review Opportunity with Account Owner' flow, we can’t find a Path with the API name 'X3_Days_After_Last_Modified_Date'. Make sure you saved the changes in your flow.
トレイルヘッドの質問
未分類
日本語の訳が違う?
チャレンジのURLを探せなかったのですが、言語設定を英語にしてみてください。
おそらく以下のようになっていると思います。
How to Set the Record Fields: choose the option that allows you to reference records other than the record that triggered the flow
Object: Task
Field values:
Subject = Follow up with the account owner by email (we won’t check the actual text)
Activity Date = enter today’s date (we’ll only check that you entered a date; it could be any date)
- OwnerId = $Record > OwnerId こっちは割当先
- WhatId = $Record > AccountId こっちは関連先
日本語の訳が少し違うように感じます。所有者Idをセットする方には割当先を選んでください。
- Field (項目): Related To ID (関連先 ID)、Value (値): Triggering Opportunity (トリガー商談) > Owner ID (所有者 ID) (行末に > がない所有者 ID を選択します。)
- Field (項目): Related To ID (関連先 ID)、Value (値): Triggering Opportunity (トリガー商談) > Account ID (取引先 ID) (行末に > がない取引先 ID を選択します。)