Power Apps Choice field from SharePoint List filter the choice values formula

 Filter(

    Choices([@MegaMenu].'Subheader Tag with Mainheader'),

    Value in Filter(MegaMenu, HeaderType.Value="Mainheader").Title

)


here MegaMenu is the List name, 

SubHeader Tag with Main header is the field name

I would like to filter the values from the choice dropdown field named "SubHeader Tag with Main header",

Then I applied filted HeaderType.Value (which is again another field in my list) equals to "Mainheader" values then dropdown values get filtered accordingly.

Comments

Popular posts from this blog

Powerapps overcome 2000 item limit from any datasource

PowerApps multiselect cascading dropdown and save an item to SharePoint List

Multi select cascading dropdown in Power Apps