Hello,
i need to to add from 5 comboboxes and 5 textinputs values to one cell of particular row in sharepoint list.
also will it be able to edit ?
Comboboxes are not in any form or gallery
Rows below is making just, read out to more rows, not everything in one cell.
Patch(shrlist,Defaults(shrlist),{'collumn_in_shr_list':Coalesce(ComboBox1.Selected.parts,ComboBox1.SearchText &" - "& TextInput1.Text)})
Patch(shrlist,Defaults(shrlist),{'collumn_in_shr_list':Coalesce(ComboBox2.Selected.parts,ComboBox2.SearchText &" - "& TextInput2.Text)})
.....
Can be done on - on select button ?
Thank you for any help

Report
All responses (
Answers (