PL-200 · Question #323
PL-200 Question #323: Real Exam Question with Answer & Explanation
Sign in or unlock PL-200 to reveal the answer and full explanation for question #323. The question stem and answer options stay visible for context.
Question
You are creating a cloud flow for an automation targeting Dataverse. When a new account is created in Dataverse, the name of the account must be updated based on the following logic: - If the Account Category Code equals Preferred Customer (1), pre append the value Preferred | to the name. - If the Account Category Code equals Standard (2) or is not populated, pre-append Standard | to the name. You need to define the correct formula to use for the automation. Which formula should you use?
Options
- Aif(equals(triggerOutputs()?['body/accountcategorycode'), 1), concat('Standard | ',
- Bif(equals(triggerOutputs()?['body/accountcategorycode'), 2), concat('Standard ',
- Cif(equals(outputs('trigger')?['body/accountcategorycode'], 1), concat('Standard | ',
- Dif(equalsfoutputs('trigger')body/accountcategorycode'], 2), concat('Standard | ',
Unlock PL-200 to see the answer
You've previewed enough free PL-200 questions. Unlock PL-200 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.