Multi-select list sourced from data page

Hello,

I am currently adding a multi-select control sourced from the data page. It worked as a simple dropdown when sourced from the same datapage.

The issue is that I am getting an empty result.

empty result.png

I think it is related to the properties that I might be wrongly setting.

Can someone advise on what I should be setting pas the Data source property and property please, both required fields.

Thanks

Hi @PratimaK16730164: “Data source property” corresponds to the property from the source (In your case the data page) and “Property” corresponds to the target where the value to be set (Property in case level page list which is configured as property for the Control).

In general, it is mandatory set at least one mapping for multi select control to work so that the selected items from the multi select will be updated in the page list configured as source of the multi select control.

Please refer this and this for details.

Thanks.