You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to loop over source[List] to get data attribute pushing it to source.
I am using for loop but I get an error in codition operator. how can I escape it?
code .body("for(int i=0 ; i<=${source}.size() ; i++) ${destination}.add(${source}.get(0).getXValue());" + "return ${destination};"))
Error
unexpected character in markup = (position: START_TAG seen ... to ="getXValue" type ="DYNAMIC">for(int i=0 ; i<=... @220:123)
The text was updated successfully, but these errors were encountered:
I am trying to loop over source[List] to get data attribute pushing it to source.
I am using for loop but I get an error in codition operator. how can I escape it?
code
.body("for(int i=0 ; i<=${source}.size() ; i++) ${destination}.add(${source}.get(0).getXValue());" + "return ${destination};"))
Error
The text was updated successfully, but these errors were encountered: