exam questions

Exam PL-500 All Questions

View all questions & answers for the PL-500 exam

Exam PL-500 topic 5 question 69 discussion

Actual exam question from Microsoft's PL-500
Question #: 19
Topic #: 5
[All PL-500 Questions]

You are developing a flow that interacts with a Microsoft Dataverse table named Account. The table includes the following columns:

The flow must only trigger when a record is added to the Accounts table and the following conditions are met: the websiteurl field is set to https://microsoft.com the crabd_triggerflow field is set to Yes
You need to configure the flow trigger.
Which trigger condition expression should you use?

  • A. @and(equals(triggerOutputs()?['body/crabd_triggerflow'], '126690000'), equals(triggerOutputs()?['body/websiteurl'], 'https://microsoft.com') )
  • B. @and(equals(triggerOutputs()?['body/crabd_triggerflow'], 126690001), equals(triggerOutputs()?['body/websiteurl'], 'https://microsoft.com') )
  • C. @or(equals(triggerOutputs()?['body/crabd_triggerflow'], 126690000), equals(triggerOutputs()?['body/websiteurl'], 'https://microsoft.com') )
  • D. @or(equals(triggerOutputs()?['body/crabd_triggerflow'], '126690001'), equals(triggerOutputs()?['body/websiteurl'], 'https://microsoft.com') )
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
BP_Bot1
4 days, 21 hours ago
Appeared on the exam. I took it last 06.06.2024 and passed!
upvoted 1 times
...
da52ca2
4 months, 1 week ago
When I took the test, the options were as follows. A. @and(equals(triggerOutputs()?['body/crabd_triggerflow'], '126690000'), equals(triggerOutputs()?['body/websiteurl'], 'https://microsoft.com') ) B. @and(equals(triggerOutputs()?['body/crabd_triggerflow'], 12669000), equals(triggerOutputs()?['body/websiteurl'], 'https://microsoft.com') ) C. @or(equals(triggerOutputs()?['body/crabd_triggerflow'], '126690000'), equals(triggerOutputs()?['body/websiteurl'], 'https://microsoft.com') ) D. @or(equals(triggerOutputs()?['body/crabd_triggerflow'], '12669000'), equals(triggerOutputs()?['body/websiteurl'], 'https://microsoft.com') ) # The choices were divided according to whether or not '126690000' had single quotes.
upvoted 3 times
JuanPuello
3 weeks ago
That is correct. For this question, none of the answers are correct, because this won't be true "equals(triggerOutputs()?['body/crabd_triggerflow'], '126690000')" as the number is inside quotes, therefore it is treated as an string (I replicated this exact same scenario in my environment and the flow was not triggered when the condition had quotes for the number). So the correct answer would be: @and(equals(triggerOutputs()?['body/crabd_triggerflow'], 12669000), equals(triggerOutputs()?['body/websiteurl'], 'https://microsoft.com') )
upvoted 2 times
...
BP_Bot1
4 days, 21 hours ago
Yes,, these are the correct options.
upvoted 1 times
...
...
da52ca2
4 months, 3 weeks ago
Selected Answer: A
Correct
upvoted 1 times
...
Anchov
1 year, 5 months ago
Selected Answer: A
Correct
upvoted 3 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago