Hi guys,
Microsoft recommend to use Logic Apps for integration, especially for enterprise integration - not in general, I know ;)
I want to using Logic Apps, but there are some limitations, which I would like solve:
- How can I guarantee that my Logic App is only triggering on a specific use case?
- Otherwise the Logic App is triggered every time when an update on e.g. a contact is happened in CRM
I mean, if I register my Azure Service Bus directly via PluginRegistration tool, I'm able to filter attributes or logic.
But my goal is to decouple CRM from integration.
Regards,
Martin