I have a combobox where the edit form populates the default selected items to the value that was submitted on creation:
Card default value and update values for the card this combobox sits on
The combobox submits correctly on new and populates correctly on edit, however on submit from edit the form throws a validation error despite the value being populated in the combobox.
Any help on resolving this is much appreciated
Solved! Go to Solution.
Hi @philipremanuel ,
You need in the DefaultSelectedItems
{Title: ThisItem.'System Name'}
or if that is incorrect, your Update would be
cbSystemName.Selected.Value
you need them the same - whatever is the output of the combo box needs to be in the top item.
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 @philipremanuel ,
You need in the DefaultSelectedItems
{Title: ThisItem.'System Name'}
or if that is incorrect, your Update would be
cbSystemName.Selected.Value
you need them the same - whatever is the output of the combo box needs to be in the top item.
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 @philipremanuel ,
Just checking if you got the result you were looking for on this thread. Happy to help further if not.
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
Yes, changing the default selected items to title from value fixed it. 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 |
---|---|
184 | |
45 | |
45 | |
34 | |
34 |
User | Count |
---|---|
257 | |
82 | |
78 | |
67 | |
65 |