Newbie to ODM here. Using decisiontable, I see I can do simple stuff like defining condition based on the variables IN from the variable set, and configure basic set value in the action columns
ex : set 'Field Name' to
I saw some examples online where you can use an expression like
add <a string> to 'Some Array Paramter'
Also, I see some examples where people use a reference to the object to call methods like
$obj.doSomething(<a string>)
I could use the latter to use the method in the Java class XOM to add that string to an array or something like that
But nothing seems to work
Any ideas how to acheive that?