Top "Anypoint-studio" questions

Anypoint Studio (formerly know as Mule Studio) is an Eclipse-based integration development environment from MuleSoft.

How to build a multiple IF conditional in Mule 4 and DW 2.0?

I need to create a function with conditions like this pseudo-code: var consent = [] function buildConsent() { if (condition1) { consent += values1 } if (…

mule anypoint-studio dataweave mule4
Groovy gives error expecting EOF, found '?' @ line 9, column 25

I'm using following code to generate random number in Groovy. I can run it in e.g. Groovy Web Console (…

groovy mule anypoint-studio
How to check whether a string contains a substring in Mule?

I want to use the Assert Equals component to find if a string exists in my payload. I give an …

mule anypoint-studio mel
Mule DataWeave transform-message failing with missing metadata:id attribute

I have a very simple hashmap payload being converted to application/json. I have done this in other flows by …

mule anypoint-studio dataweave