ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 179 - PL-400 discussion

Report
Export

HOTSPOT

A clothing store uses Power Apps apps to interact with customers. Customer data is stored in Microsoft Dataverse.

The store offers discounts for customers. You assign a group discount to all customers in a category. Applicable group discounts are added to any customer-specific discounts. Discount information is stored in the following columns:

If the total discount on an order exceeds 30 percent, a manager must approve the order before the order is fulfilled anddelivered.

You need to create a flow that notifies managers when approvals are required.

How should you configure the flow trigger? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.


Question 179
Correct answer: Question 179

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.

Incorrect Answers:

When to use triggerOutputs() ? Ц Whenever you need to access anything from within the body as well as some info from the header as well.

Reference:

https://d365demystified.com/2020/09/06/using-triggerbody-triggeroutput-to-read-cds-trigger-metadata-attributes-in-a-flow- power-automate/

asked 05/10/2024
Tebogo Maphafo
36 questions
User
0 comments
Sorted by

Leave a comment first