Deleting Pages in Pagelist except a Particular Page in Multiselect

I have a requirement like im selecting multiple values(A1,A2,A3,Others) in Multiselect option.When i select “Others” value remaining selected values has to be removed.( using Data transform)

Attached image for your reference.

@Sureshm81 Try the below configuration

  1. Configure on change event on multi select control and on refresh section action call the data transform

  1. Loop over the multi select target pagelist property and when there Others is selected remove the pagelist and populate it with just Others

@BhanuPrakash_G Thank You!