Hello! I am creating new connector with Power Automate Cloud. So far my understanding goes, we can create an action for each api endpoint.
Now, I am wondering whether it is possible if somehow I can combine multiple api calls in one action? To the end-user, it will appear as single a action where user can enter input data and expect output in certain format. However, internally it will call one api endpoint and based on it's result it might call other api endpoint. Benefit of this approach is that user will have to configure only one action, hence less complexity!
Thank you!