web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Cascading Drop down no...
Power Apps
Answered

Cascading Drop down not logging to sharepoint list

(0) ShareShare
ReportReport
Posted on by 2

Hi All,

I am developing an app for a ticket center. The goal is to capture user information via Power Apps and submit the data to a SharePoint list I’ve set up. However, I'm facing an issue where all fields except for one dropdown fail to log data into the corresponding SharePoint list column. The dropdowns in question are cascading between Ticket Category and Subcategory. I’ve configured them as choices in my SharePoint list and created a reference list to link each category with its corresponding subcategory.

Any suggestions on how to correctly configure the cascading dropdowns and resolve the issue with the Ticket Subcategory not sending data to its relevant SharePoint list column?

Thank you for your help.

 

This is the form for the app:

Screenshot 2024-06-19 073439.png

 

This is the formulas used for categorgy and subcategory:

Screenshot 2024-06-19 073607.png

Screenshot 2024-06-19 073644.png

 

This is how it logs to the sharepoint list:

KeshavM_0-1718775534502.png

 

Categories:
I have the same question (0)
  • v-bofeng-msft Profile Picture
    Microsoft Employee on at

    Hi @KeshavM ,

     

    If 'Ticket Subcategory' is a choice column , you could try to set the combo box's items property to:

    Filter(
     Choices([@'BIXXXXXTable'].'Ticket Subcategory'),
    	Value in Filter([@'BIXXXXXTable'],'Ticket Category'=DataCardValue4.Selected.Value).'Ticket Subcategory'
    )

     

    Best Regards,

    Bof

  • KeshavM Profile Picture
    2 on at

    Thank you for your response @v-bofeng-msft

     

    I've tried out the formula you've provided however Power Apps does not seem to recognize Ticket Category and Subcategory for some reason.

     

    Kindly see below image: 

    KeshavM_0-1718860526902.png

     

  • v-bofeng-msft Profile Picture
    Microsoft Employee on at

    HI @KeshavM ,

     

    Please try:

     

    Filter(
    Choices([@'BIXXXXXTable'].'Ticket Subcategory'),
      Value in ForAll(Filter([@'BIXXXXXTable'],'Ticket Category'.Value=DataCardValue4.Selected.Value),'Ticket Subcategory'.Value)
    )

     

    Best Regards,

    Bof

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Season of Sharing Community Challenge Launch!

Jump in, show your community spirit, and win prizes!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Valantis Profile Picture

Valantis 477

#2
WarrenBelz Profile Picture

WarrenBelz 341 Most Valuable Professional

#3
11manish Profile Picture

11manish 317

Last 30 days Overall leaderboard