nerdexam
Microsoft

PL-200 · Question #190

Your desktop flow stores the run output in the outvar variable. You need to present a message with the run result using the Display message action.

The correct answer is D. The result is: %outvar%. In Power Automate Desktop, variables are referenced using the percent sign (%) as delimiters, in the format %variable_name%. To embed a variable inside a string for a Display message action, you simply wrap the variable name with % signs inline within the text. So the correct…

Create and manage logic and process automation

Question

Your desktop flow stores the run output in the outvar variable. You need to present a message with the run result using the Display message action.

Exhibit

PL-200 question #190 exhibit

Options

  • A'The result is: #outvar#'
  • B'The result is: ' + outvar
  • C%'The result is: outvar'%
  • DThe result is: %outvar%
  • E#'The result is: $outvar'#
  • F%'The result is: $outvar'%

How the community answered

(39 responses)
  • B
    3% (1)
  • C
    5% (2)
  • D
    90% (35)
  • F
    3% (1)

Explanation

In Power Automate Desktop, variables are referenced using the percent sign (%) as delimiters, in the format %variable_name%. To embed a variable inside a string for a Display message action, you simply wrap the variable name with % signs inline within the text. So the correct syntax is: The result is: %outvar%. The other options use incorrect delimiters (#, $) or incorrect quoting patterns that are not valid in Power Automate Desktop's expression syntax.

Topics

#Power Automate Desktop#Variables#Display message action#Desktop flows

Community Discussion

No community discussion yet for this question.

Full PL-200 Practice