Your organization uses Dynamics 365 Sales and wants to automatically create a follow-up task when an opportunity is moved to the 'Negotiation' stage. What is the most efficient way to configure this?
Trap 1: Use a real-time workflow
Workflow is possible but Power Automate is recommended.
Trap 2: Set up an SLA
SLA monitors time, does not create tasks.
Trap 3: Configure a Business Process Flow action
BPF actions require custom code, not native.
- A
Create a Power Automate flow
Power Automate can trigger on stage change and create tasks.
- B
Use a real-time workflow
Why wrong: Workflow is possible but Power Automate is recommended.
- C
Set up an SLA
Why wrong: SLA monitors time, does not create tasks.
- D
Configure a Business Process Flow action
Why wrong: BPF actions require custom code, not native.