Hello,
I have deployed a ASP.NET core web API app to my org's Azure tenant. It's a simple API app with a single API endpoint. I successfully created a Custom Connector in Flow and tested it.
When I try to use this connector action in an actual Flow, I am getting an error from Flow checker saying "Replace the trigger with PowerApps trigger to use the action 'xxx'." I currently have a Microsoft Forms trigger (on new Form submission).
I had originally configured my web API app to use Azure AD authentication. I thought perhaps the PowerApps trigger had to do with Azure AD auth, so I replaced the authentication mechanism with API key authentication. Unfortunately, that still creates the same issue.
I'd appreciate if someone could help me get around this requirement of a PowerApps trigger for using my custom connector.
Thanks,
Prasanna