Hi,
I am creating a checklist in a gallery where questions come from a SharePoint list and user selects radio buttons for answers and also has an option to add comments or media.
I have used the AddMediaWithImage control in the gallery, however once the user submits their answers, I want to reset the image back to the sample image.
Currently the image that was selected for the first question appears as default for all questions for the next user.
At the moment I have UploadedImage1: Image = If(IsBlank(AddMediaButton1.Media), SampleImage, AddMediaButton1.Media)
I have tried Reset(UploadedImage1) in my Submit button, however I get an error saying this is not a resettable control.
Are there any solutions to this or other controls that might be more suitable for loading files in gallery?