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') ) Â Suggested Answer: A This question is in PL-500 Microsoft Power Automate RPA Developer Exam For getting Microsoft Certified: Power Automate RPA Developer Associate Certificate Disclaimers: The website is not related to, affiliated with, endorsed or authorized by Microsoft. The website does not contain actual questions and answers from Microsoft's Certification Exams. Trademarks, certification & product names are used for reference only and belong to Microsoft.
Please login or Register to submit your answer