ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 147 - PL-400 discussion

Report
Export

HOTSPOT

You are training a group of makers to use Power Automate.

You have the following expressions:

You need to identify what each expression is doing.

What does each expression do? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.


Question 147
Correct answer: Question 147

Explanation:

Box 1: Return the statuscode at runtime.

You could try the following method to get the status code.

Configure Compose action under the specified action to get the status code. outputs('ActionName')['statusCode']

Box 2: Return all the results from all actions from MyScope

The @result() expression accepts the name of a Scope as a parameter and returns a JSON array of objects that represent the results of the execution of each action within the Scope.

Reference:

https://powerusers.microsoft.com/t5/Building-Flows/How-to-determine-status-code-for-a-condition/td-p/355653

https://blogs.msmvps.com/windsor/2019/04/25/microsoft-flow-error-handling/

asked 05/10/2024
Venkatesh Ampolu
40 questions
User
0 comments
Sorted by

Leave a comment first