Question
Menu binding to collection
I am trying to bind a Menu object to a collection widget and am having some issues passing fields from the Menu's GetMenuItems service down to the mashup parameter of the sub-mashup.
Please see the images below:
Service is binding with All Data
Collection widget binding, showing connection to sub-mashup
"title" to "title" mapping
Sub-mashup parameter config
Mashup parameter bound to label
Rendered mashup. Shows two records returned from service, and one selected mashup below in the collection widget.
Errors shown.
14:58:24 ERROR - exception executing binding {"Id":"22df3b4e-f5b6-4477-bec3-7ad102aa949d","SourceArea":"Mashup","SourceSection":"","SourceId":"mashup-root","TargetArea":"UI","TargetSection":"","TargetId":"label-3","PropertyMaps":[{"SourceProperty":"title","SourcePropertyBaseType":"STRING","TargetProperty":"Text","TargetPropertyBaseType":"STRING"}],"isBoundToSelectedRows":false,"SourceDetails":"AllData"}
Exception: Cannot read property 'getProperty' of undefined

