What i am trying to achieve.
I want my combo box to display custom option set depending on another custom box.
but the items are custom entities.
Hi @Anonymous ,
You do not need the Text references around the DataCardValues unless their value is numeric. Try removing them.
You also do not need the brackets around the second Control reference, although this should not affect the validity.
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.
@WarrenBelz I tried the solution suggested, but that didn't work. I do believe that the Text reference is needed.
OK @Anonymous ,
I will tag my code guru colleague @Eelman to see if he has any ideas.
@WarrenBelz thanks for the tag.
@Anonymous have you tried changing your Update property to simply DataCardValue.SelectedItems?
Hi Thanks for answering
but i get the error below.
Would you be able to replicate what i am trying to do ?
-So basically I have a Edit Form. That has a Field called XXX from CDS entity, which is a dropdown(Optionset). I want that Drop downbox to be able to have a conditional to choice between two set of choices. Choices as in (optionset values).
-So hence i have put IF(true, choices(1), Choices(2)) in the items property of that field
But then i get an error in the Update property
@Anonymous Unfortunately, I can't recreate your situation because I don't have access to CDS. However, OptionSets sounds like Choices in SharePoint, maybe?
One thing you could try is building a single table based on both option sets, schema example
OptionSet data || fromTable
[... || Table1
...]. || Table1
[... || Table2
...]. || Table2
Then depending on your other dropdown selection, Filter the above table for your records?
The other question I have is, what type of field in Update patching back to? If it's a Choice/Option Set field I'd be pretty certain you can't do what you want here because your trying to change the database schema. However, If it's a simple text Field I think you'd be ok.
@PowerAddict may be able to help here with his CDS knowledge?
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
Come together to explore latest innovations in code and application development—and gain insights from experts from around the world.
User | Count |
---|---|
199 | |
72 | |
51 | |
42 | |
30 |
User | Count |
---|---|
266 | |
121 | |
94 | |
90 | |
81 |