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 li...
Power Apps
Unanswered

Cascading Drop Down list not populating Sharepoint List short text field

(1) ShareShare
ReportReport
Posted on by 16

I have a Sharepoint list that I created with 2 Text Fields, that I turned into cascading drop downs in Powerapps. This works fine, however whenever I fill out the form, the data from these two drop downs do not save to Sharepoint. I'm sure I'm missing something, but I can't figure it out.

 

nmartunas_0-1627658669461.pngnmartunas_1-1627658892347.png

 

Categories:
  • tonykiefer Profile Picture
    534 on at

    More information is needed.  How are you saving the data?  Are you using the standard SubmitForm or are you writing a patch statement?

     

    If you are writing a patch please provide the statement for review.

  • nmartunas Profile Picture
    16 on at

    Yes I'm using SubmitForm

  • tonykiefer Profile Picture
    534 on at

    Look at the update field on the card Screentype.selected.value.

     

    Dont use value.  If the data point you are saving has a name it should be something like dropdownname.selected.nameofvalue.

     

  • tonykiefer Profile Picture
    534 on at

    Also...for the card...to use Screentype.selected.value...If you are trying to save .value.  Then you need to used Screentype.SelectedText.value

  • nmartunas Profile Picture
    16 on at

    Every time I try to change the formula it keeps coming back with an error.

     

    nmartunas_0-1627991565194.png

     

  • tonykiefer Profile Picture
    534 on at

    What is the name of the value you are trying to retrieve.  Lets say for example you are retrieve a variable name "widget".  For .selectedText need the name of the variable.  So SreenType.SelectedText.Widget.

     

    If you are using .Selected then you only need to use ScreenType.Selected.value.

     

    This is a very good resource for you.  Check this out.

  • nmartunas Profile Picture
    16 on at

    I think this is what you're looking for. (see below)  I found a video online to make these cascading drop downs from another Sharepoint List - and everything worked, but this data won't go back to the sharepoint list I made this form for.

     

    nmartunas_0-1627995038221.png

     

  • Subanesh0689 Profile Picture
    45 on at

    Hi nmartunas ,

     

    Please try below code.

    Second dropdown datacard update property

    Update = DataCardValue16.Selected

    Second Dropdown list item perperty

    item = Filter(Choices([@List].ServiceName),Value in Filter("Dropdownlist",ColumnName.Value = DataCardValue10.Selected.Value).ColumnName)

     

    Above code working for me. Please try .

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 Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 394 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 328

#3
WarrenBelz Profile Picture

WarrenBelz 324 Most Valuable Professional

Last 30 days Overall leaderboard