PL-500 · Question #33
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 tab
Sign in or unlock PL-500 to reveal the answer and full explanation for question #33. The question stem and answer options stay visible for context.
Question
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?
Exhibit
Options
- A@and(equals(triggerOutputs()?['body/crabd_triggerflow'], '126690000'),
- B@and(equals(triggerOutputs()?['body/crabd_triggerflow'], 126690001),
- C@or(equals(triggerOutputs()?['body/crabd_triggerflow'], 126690000),
- D@or(equals(triggerOutputs()?['body/crabd_triggerflow'], '126690001'),
Unlock PL-500 to see the answer
You've previewed enough free PL-500 questions. Unlock PL-500 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.
