Microsoft Power Apps + Dynamics 365 Developer — Question 1
An organization implements Dynamics 365 Customer Engagement.
You need to create a Microsoft Flow that runs daily.
What are two possible ways to achieve this goal? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.
Answer options
- A. Create the flow and set the flow frequency to daily and the interval to 1.
- B. Create the flow and set the flow frequency to hourly and the value to 1.
- C. Create the flow and set the flow frequency to hourly and the value to 24.
- D. Create the flow and set the flow frequency to daily and the interval to 24.
Correct answer: A, D
Explanation
Option A is correct as it directly sets the flow to run daily with an interval of 1 day. Option D is also correct since it specifies a daily frequency with an interval of 24 hours, achieving the same daily execution goal. Options B and C are incorrect because they configure the flow to run hourly rather than daily.