衣料品店は Power Apps アプリを使用して顧客と対話します。顧客データは Microsoft Dataverse に保存されます。
その店は顧客に割引を提供します。カテゴリ内のすべての顧客にグループ割引を割り当てます。該当するグループ割引は、お客様固有の割引に加算されます。割引情報は次の列に保存されます。

注文の合計割引が 30% を超える場合、注文が履行されて配送される前に、マネージャーは注文を承認する必要があります。
承認が必要なときにマネージャーに通知するフローを作成する必要があります。
フロートリガーはどのように設定すればよいでしょうか? 回答するには、回答領域で適切なオプションを選択してください。
注: 正しく選択するたびに 1 ポイントの価値があります。

正解:

Explanation:
Box 1: store_totaldiscount
If the total discount on an order exceeds 30 percent, a manager must approve the order before the order is fulfilled and delivered.
Box 2: @greater(add(triggerBody()..
When to use triggerBody() ? - When you want to fetch attributes from the body of the trigger.
Reference:
https://d365demystified.com/2020/09/06/using-triggerbody-triggeroutput-to-read-cds-trigger-metadata-attributes