A company plans to send escalation emails to all customers with overdue invoices. You are creating a Microsoft Power Automate flow to determine whether to send an escalation email. The system must send an alert for all invoices that are seven days or more overdue. You need to configure the flow. Which expression should you use? A. @GreaterOrEquals(TriggerEmail()?['OverdueDate']: '7') B. 'OverdueDate' >= '7'?'TriggerEmail()': false C. TriggerEmail() = 'OverdueDate' >= 7; Â Suggested Answer: A Example: equals(triggerOutputs()?['body/PDFStatus/Value'],'Ready to Generate') Reference: https://evolvous.com/microsoft-power-automate-trigger-condition/ This question is in PL-200 Microsoft Power Platform Functional Consultant Exam For getting Microsoft Certified: Power Platform Functional Consultant 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