I want to add an API with multiple controllers. But, PowerApps seems to think that this means there are redundant functions. It looks like what's happening is I'll have /api/Controller1/GetAll and /api/Controller2/GetAll.
It works if I remove the second controller, but then I obviously can't use most of the API. Am I missing something here? How do you use multiple controllers?
Thanks,