Official Documentation For Collection Widget Incorrect
The official documentation for the Collection widget incorrectly describes the collection data binding requirements.
The documentation states that collection data should be bound as
{
"Prameter1": "Column1",
"Parameter2": "Column2"
}Where the parameter defined in the child mashup is the key and the column name of the data source is to be used as the value.
This is backwards both to the tooltip shown in the mashup composer and to the actual function.
The tooltip correctly states that the mashup property binding is a JSON object with Infotable fields as its Keys and mashup parameters as values. I have confirmed that the tooltip version is correct and allows the collection to function as expected.
I would like to see the documentation error corrected as it misled me and wasted development time


