Creating AI-powered automations with MuleSoft
Whenever AI and automation are efficiently combined, the results are outstanding. This is what some people would call intelligent automation, but we could just as well call it magic! This is exactly the feeling we get with MuleSoft IDP (Intelligent Document Processing) and MuleSoft RPA (Robotic Process Automation). Together, they make a powerful automation platform […]
How to integrate MuleSoft RPA and Anypoint APIs
MuleSoft RPA automation and Anypoint Platform APIs can be integrated to achieve the best of both worlds: Process Automation and System Integration. RPA was brought into the Salesforce ecosystem because there are certain scenarios where Anypoint APIs cannot reach the data we need, for example, extracting information from images or interacting with legacy systems. But […]
How to Iterate over XML Attributes with DataWeave
Recently, I had a hard time figuring out how to implement a DataWeave transformation to iterate over a set of attributes within an XML element. I could not find a clear resource explaining how to achieve this, so I thought my solution might make for an interesting topic for a technical article. The Problem Consider […]
Mule 3 to Mule 4 Test-Driven Migration
When performing a Mule 3 to Mule 4 migration, we want to ensure that the new Mule 4 APIs return the same results as the previous Mule 3 APIs. We also want the performance to improve or, at least, remain the same. So, there is a significant need for tests and documentation after the migration. […]