hi, I'm very new to Power Apps and have been trying (without success) to get my fields to update in the Power Apps form for a filtered choice column/cascading dropdown.
The data saves just fine (both in the Power Apps form as well as in the SharePoint list) when the items are updated in the Power Apps form with no changes to the items, but when I change the items property for the ComboBox I'm using from Choices([@Source].Column) to Filter(Table, Column.Value = DataCardValue.Selected.Value), (to set up a cascading dropdown) the cascading dropdown selection made is not saved. Any help you have would be greatly appreciated! Thanks!
Solved! Go to Solution.
Hi @sujesth ,
The Update of the Data Card needs to be
{Value: ComboBoxName.Selected.????}
where ???? is the field name you are displaying with your Filter
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
Visit my blog Practical Power Apps
Hi @sujesth ,
The Update of the Data Card needs to be
{Value: ComboBoxName.Selected.????}
where ???? is the field name you are displaying with your Filter
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
Visit my blog Practical Power Apps
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
User | Count |
---|---|
200 | |
100 | |
62 | |
59 | |
58 |
User | Count |
---|---|
254 | |
164 | |
90 | |
79 | |
70 |