I have a gallery control where combo box is placed and source is sharepoint collection and when i change the combo box inside and try using combobox.selecteditems then it shows blank even though combo box is selected value is present
combo box inside gallery default selected item
I am trying to put that in text input ( SP data type ) to patch it to SP but shows blank even though combo box selected inside gallery .. SP : Sharepoint
Any help highly appreciated.
@WarrenBelz , I have mentioned now IP_Design_cc.selecteditems .. but other fields works with thisrecord.fieldname.
Anyhow my issue is solved . Thank you so much
Where are you writing back the contents of IP_Design_cc ?
@WarrenBelz
I am using below code and gallery has collection which is collected from SharePoint ( only combo box changes are not reflecting back to sharepoint
ForAll(Gallery2_1.AllItems,Patch(SP_list,ThisRecord,{
Col1:IP_Packaging_engineer_1.Selected,
Col2:IP_Manager_1.Selected,
Product_code:Concatenate(Text(ThisRecord.Product_code),""),
design_code_2:ThisRecord.design_code_2,
Effective_in_date:ThisRecord.Effective_in_date,
Effective_out_date:ThisRecord.Effective_out_date,
Plant_name:Concatenate(Text(ThisRecord.Plant_name),""),
Plant_code:Concatenate(Text(ThisRecord.Plant_code),""),
Region:Concatenate(Text(ThisRecord.Plant_code),""),
Comments:IP_comments_1.Text
}));
So how are you writing the data back ?
Hi @WarrenBelz ,
Actually I'm using combo box inside gallery.. this is not having datacard .. please advise if you have any other work arround.. appreciate you for taking time and providing suggestions
Hi @Mani1205 ,
That is for the Update - assuming here you are writing back to a Text field. Also you may actually need
Concat(IP_Design_cc.SelectedItems, Value, ",")
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.
MVP (Business Applications) Visit my blog Practical Power Apps
Hi @WarrenBelz ,
Thank you for replying..
With the above formula it still gives the result as " ,, " ... There are two default selected value and gives empty with commas
Hi @Mani1205 ,
Try
Concat(IP_Design_cc.SelectedItems, Title, ",")
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.
MVP (Business Applications) Visit my blog Practical Power Apps
WarrenBelz
146,771
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
66,091
Most Valuable Professional