Hey all,
I have Cascading dropdowns. Obviously, the dependent dropdowns are blank until the previous one is selected. My app throws up this error every time I use it. The app works perfectly fine. Any way to remove this error?
To address this error, add a way to handle the situation where the first dropdown has no selection. This can be done either through a Default property, or using an If() statement on the second dropdown to control what happens when there is no selection on the first one.
Hope that helps,
Bryan
Hi Charliemacdmv,
Can you share how you're defining/populating the items of your child Drop Down menus? Are you running any error handling like IsBlankOrError()?
This is what i have for one of the cascading...
Filter(CauseResolution,LOB= LOBdd.Selected.Result).Cause
I don't have an IsBlank or Error.
I see you have LOBdd.Selected.Result - are you using a distinct function to define the items in your drop down? - If so, your app is having to work harder to surface those items in the dropdown, which could be causing a sequencing issue.
If this is the case, can you try creating a collection to compile your drop down items OnVisible of that screen and bind that collection to the items property of your dropdown.
I'm assuming this is SharePoint and I'm sure you are aware that distinct and clearcollect are not delegable so this will only work properly in the long term if your item count does not grow beyond your delegation limit.
Hope this all makes sense / is relevant to your case - Good Luck!
I will give that a try. Thank you!!
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
User | Count |
---|---|
181 | |
52 | |
41 | |
40 | |
34 |
User | Count |
---|---|
262 | |
81 | |
71 | |
69 | |
66 |