
I was hoping someone would be able to help me better understand how business events and endpoints work in D365 and how they interact through power automate (PA).
I have a fairly complex PA flow that runs off of a trigger of a D365 alert rule for new project creation. My understanding is the D365 alert is a Business Event, that points to an Endpoint. In power automate, the trigger is connected to an endpoint to read when a business event is triggered.
I then created another D365 alert rule, and created an additional PowerAutomate flow to run another automation when a new customer is created. The problem is, when I created the second alert and PA flow, my original flow is no longer receiving triggers. It appears that it is sending the alerts to the new endpoint that was created when I created my second flow.
So I guess my questions are:
1. How can you control which endpoint a D365 alert (business event) uses?
2. How can you see the ID of the endpoint from within PowerAutomate, so I know which one is receiving the trigger?
3. Am I handling/thinking about this the right way?
Hopefully that all makes sense.
Thank you