Hi, All. I've tried several posts and videos and I just can't get this to work:
I've created a default SharePoint list form in Power Apps, and changed the multi-select drop-downs to checkboxes within galleries. It all works well, except when I click the New form button in SharePoint, the form doesn't clear the previous checkbox entries.
If possible, I'd like the entire form to reset when the New SharePoint form button is pressed. Right now it does, except for the checkboxes.
Here are my details (collection is colCategoryData):
- Checkbox:
- Text: ThisItem.Value
- OnCheck: Collect(colCategoryData, ThisItem)
- OnUncheck: Remove(colCategoryData, ThisItem)
- Default: ThisItem.Value in colCategoryData.Value
- Data Card:
- Default and Update: colCategoryData
- Gallery
- Items: Same as original multi-select drop-down
Anything beyond this that I've found (variables, OnVisible, Reset) doesn't work.
Please and thank you. I'm pulling out what little hair I have left.