Note
We've packed up and moved from Confluence to Discourse to bring you a better, more interactive space. Out of courtesy we didn't migrate your user account so - you will have to signup again
The Exalate team will be on holiday for the coming days - returning Jan 4
Enjoy & stay safe
Hi
I'm kinda struggling to get an array from sc_item_option_mtom table since it looks like nodeHelper doesn't return an array but a fist item in the list
E.g consider the following code
Now if you try to execute variables.entrySet().forEach you won't be able to get all the variables, only the first one and forEach will simply allow you to iterate over properties in that first variable only
How do I get all variables for a given request item ID?
Thanks in advance