Just a Beginner at building in Powerapps
I have a sharepoint list that save clients info. I have a powerapps to help fill that data in but want to use a checkbox to fill in the field in the sharepoint list

Just a Beginner at building in Powerapps
I have a sharepoint list that save clients info. I have a powerapps to help fill that data in but want to use a checkbox to fill in the field in the sharepoint list
Hi @dave_bauer ,
1. You can create a Choice column in the SharePoint table, so that when you use this table in the edit form, a combo box will be automatically generated.
2. If you have a text column but want to fix only certain content, you can replace the TextInput with a combo box, you only need to modify the Update property of the DataCard as follows.
3. If you want your combo box to be multi-selectable, you can set it as follows.
Best Regards,
Dezhi