python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Getting error "unbalanced braces" in data weave in mule 3.9.3
I am using choice router to evalute expression. Here is the expression
and I tested this expression in dataweave here is the result.
but when I use the choice router to evalute the expression I am g...
kushma gonna
Votes: 0
Answers: 1
Mule 4: Dataweave: Query a key dynamically based on a value
I have below input
{
"OrderId": "TST-test-123212-01",
}
I have to fetch sfdc id using this value from a variable which I get from another source.
I tried with below code
%dw 2.0...
Prudhvi B
Votes: 0
Answers: 1
Need to update values in an array by comparing two arrays and hard coded data
I need to compare two arrays and replace values if id is same and a particular field in first array is null or has some hard coded data(test). If this condition is not true, don't do anything and keep...
Zak01
Votes: 0
Answers: 2
Purge messages from rabbitMQ queue in mule 3 using http requester
My requirement is to clear all the messages from queue(not delete the queue only purge the messages from queue) before processing the flow or publishing anything in the queue. We are using rabbitMQ an...
Devendra
Votes: 0
Answers: 1