I have a gallery that display items from my SharePoint list. I have a drop down and when an item gets selected from the dropdown, it gets successfully patched to the list column onChange. The problem is that the selected value does not bind to the drop down after patching to the SharePoint list.
Any ideas?
Solved! Go to Solution.
Hi @isogunro ,
Is this a Drop-down or Combo Box? If a drop-down, the Default (assuming the field name is Status) would be
ThisItem.Status
If a Combo Box, the DefaultSelectedItems would be
{xxxx: ThisItem.Status}
where xxxx is the valid output (Value/Result/FieldName) of the Combo Box.
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 @isogunro ,
Is this a Drop-down or Combo Box? If a drop-down, the Default (assuming the field name is Status) would be
ThisItem.Status
If a Combo Box, the DefaultSelectedItems would be
{xxxx: ThisItem.Status}
where xxxx is the valid output (Value/Result/FieldName) of the Combo Box.
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
User | Count |
---|---|
260 | |
109 | |
93 | |
57 | |
41 |