I have a canvas app that uses CDS as a data source. I have an entity with a lookup field - "Areas". In one of my forms I have a combobox which I have enabled multiple selection of "Areas". This works well, but when I submit the form I get an error: "Value must be a data entity record"
So it seems it expects a single selection even if multiple selection is enabled? Is this a limitation of CDS? This works fine if I use SharePoint as a data source.