Hi,
I have Checkboxes nested in a gallery which are not resetting when a new form is created (values from previous submission remain).
The settings for the datacard in which the gallery is nested are:
Default: ColCategoryData
Update: ColCategoryData
This is the collection created and modified by clicking the Check button.
Check button properties:
Oncheck: Collect(ColCategoryData,ThisItem);
Onuncheck: Remove(ColCategoryData,ThisItem);
In order to reset the check boxes I have put in the following formula for the "onvisible" property for the screen containing the new form:
Clear(ColCategoryData);
But it's not clearing the checkboxes. What have I done wrong?
Thanks a lot!
Regards,
Dan