Integration Builder allows developers to create MongoDB integrations in a matter of minutes by providing server actions that perform CRUD operations on database collections.
However, you may notice that MongoDB integrations generated by Integration Builder don't expose any action to run aggregation pipelines. Fortunately, there is an easy workaround that will enable the developer to take advantage of aggregation pipelines, which is through the use of Views.
I'll explain how:
I believe this approach should cover most of the use cases while taking advantage of Integration Builder.
What do you think? Let me know if you have any use case that is not covered by this approach.