Hello! I’m fairly new to PowerApps. I’m building a Sharepoint form from a list. I was able to convert a combobox to checkboxes and was able to keep multiple checkbox entries by using a Gallery. Works great. The checked items come from a column named Servers in a Sharepoint list which has another column called Programs. How do I create a field that will autofill the Programs that are associated to what was picked in the Checkboxes.
Below is the code I used for the Checkbox Gallery.
Gallery1 Checkbox-
Oncheck- Collect(colCheckedArea, {Title:ThisItem.Value})
OnUncheck- RemoveIf(colCheckedArea, Title=ThisItem.Value)
In the combobox item named DDServer – DefaultSelectedItems - RenameColumns(colCheckedArea, "Title", "Value")
Attached is the idea of what I need.
Any suggestions will be awesome and please let me know if you need more info.
Thank you very much!
Tim