How to pass parameters in Multiselect sourced with pagelist type Datapage

we have requirement where we need to add Multiselect control and source it with datapage type pagelist

am not able to pass current search parameters in data page so that it only fetch related data instead it always getting whole data which is impacting the performance.

Can someone guide me how to pass parameter in datapage sourced in multiselect.

Hi @MdMusadiqA8692,

When a data page is parameterized, it’s essential to provide the correct parameters. Please refer to the image below for guidance.

Hi @Mohd Qizer Uddin,

Please refer this Link to get more info.Below image shows how to use parameters in Multiselect.

Hi @SreeKeerthiR5951,

Please verify the source of the parameter values. It’s possible that the parameters are not being passed correctly to the data page.

@Mohd Qizer Uddin Source property for this multiselect is pagelist and am not able to pass pagelist as current parameter in data page.

Hi @Mohd Qizer Uddin, @MdMusadiqA8692,

Multi select does the filter based on search parameters, we need to categorize the data and pass the category to the datapage. So that it limits the set of data which comes and stores in clipboard.

Hi @SreeKeerthiR5951,

Here you have passed hard coded parameter to DataPage but in my case I want to pass the searched string from multiselect as parameter to datapage so that only filter data can be fetched but am not able to pass it as multiselect uses pagelist property.

@MdMusadiqA8692Have same kind of requirement. Any solutions u found?

@AnanyaA2 No we cannot pass current parameter in multiselect