I want to set a variable based on the output in Mule 3.
For example the check I want to do is if there is any payload I want to set the var value to this ${http.path.one} else ${http.path.two}. In Mule 4 it can be done in multiple ways but in Mule 3 seems little tricky. Has anyone an idea how to implement this in Mule 3?