Hello everyone, I am having a scenario with SharePoint list having 2 fields which are Division Field and District field. Scenario is based on multiple select cascading behaviour between Division field values, District field values (mulitple fields) has to get filtered. Default sharepoint choice field (multiselect type) type field has some limitations. SharePoin List structure: Using Powerapps with Gallery control, I have acheived it. Step 1: I have Division List, which has fields "Title". Step 2: I have District List, which has fields "Title", "Division"(which is lookup column from Division List). Step 3: I have Master List name "HSA Spill Reporting", Here now I have created the two fields as multiline text fields 1. Division Field(Multiselect) 2. District Field(Multi select) Power App Design: In Power Apps, I go with Canvas App. I have added multiline text fields in to my canvas app as shown below. I have added "Plus" Symbol on righ...