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 / How to save values fro...
Power Apps
Unanswered

How to save values from cascading dropdowns back to parent list of the form?

(0) ShareShare
ReportReport
Posted on by 383

I have a small form with only 7 fields. The primary SharePoint list is called "Change Request." 5 of the fields presented in the form are coming from this Change Request list.

 

One of the requirements is to have 2 of the fields be cascading, meaning the values presented in the 2nd column are dependent on the choice from the 1st. The names of those columns are "System" and "Limit Type." Based on what a user selects in the System field, Limit Type will show different results. I followed this article to setup a new list called "Change Request_Cascading", created single line of text columns, and the cascading function is working as expected - Create Cascading (Dependent) Dropdowns In Power Apps (matthewdevaney.com)

 

The problem now is that after submitting a new form, the values from System and Limit Type are not visible in the Change Request list. I tried creating lookup columns on Change Request that point to those columns on Change Request_Cascading, but they are still showing up as blank.

 

I suspect what I need to do is set the On Select of my save button to both Submit the form and patch the Change Request list with the values from System and Limit Type, but I'm not sure how to construct that (I'm new to Power Apps). Currently the OnSelect property of my save button only has SubmitForm(Form1).

 

Another issue is that after submitting the form now, if I go to submit a 2nd one right after that, I get the dreaded "Getting your data" error. If I close the app and start over, it works. I suspect I need a reset somewhere to get around this.

 

Categories:
  • v-jefferni Profile Picture
    Microsoft Employee on at

    Hi @TrayH ,

     

    Does your screen contains an EditForm and two Dropdown controls?

    Based on your description, I have made a simple test for your reference.

     

    Here are my SharePoint lists:

    vjefferni_0-1667297141444.png

    vjefferni_1-1667297141449.png

     

    Here is my app:

     

    In my app, the form is linked to ‘Change Request’ list .

    There are 7 fields in the ‘Change Request’ list in the beginning, including ‘System’ and ‘Limit Type’, so the form includes 7 DataCards.

     

    I unlock and delete the ‘Text Input’ which is called ‘DataCardValue’ in ‘System’ and ‘Type’ DataCards.

    Then I add two Dropdowns instead of them and set Update property of DataCards to DropdownName.Selected.Result.

     

    The OnSelect property of save button can only has SubmitForm(Form1) by using this solution.

    In conclusion, relace the Text Inputs with Dropdowns. There is no need to use patch.

    vjefferni_2-1667297141461.png

    vjefferni_3-1667297141478.png

     

    Result Screenshots:

    vjefferni_4-1667297141481.png

    vjefferni_5-1667297141482.png

     

    Best regards,

  • TrayH Profile Picture
    383 on at

    Thanks, Jeffer, I will try this out and report back. I think my mistake was I'm not using the System and Limit Type columns in the change request list at all. I created custom data cards, then added the dropdowns to those, pointing to the Cascading list.

  • v-jefferni Profile Picture
    Microsoft Employee on at

    Hi @TrayH ,

     

    There is no Update property in custom cards. As the result, using SubmitForm function will fail to save info in custom cards to your data source. You will need a Patch function instead in this case. Certainly, use system data cards will be an easier approach.

     

    Best regards,

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

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 397 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 354

#3
WarrenBelz Profile Picture

WarrenBelz 232 Most Valuable Professional

Last 30 days Overall leaderboard