Hi
I have a Sharepoint List with a customized Power Apps form attached.
The form has a number of icons that show (Visible = true) set to show based on the input field meeting validation requirements. Further there are error message boxes who visible property is dependent on the icon type (Cancel) AND visible (true)
A single button "Submit" calls SubmitForm(SharePointForm1) and according to documentation if this success calls OnSuccess where I have a series of ico_FirstName.Visible = false statements for all the icons they do not hide.
Regardless of where I try to reset icon to visible = false they will not hide and the error message keeps appearing.
All I want to do is reset a form back to default.
Trying to figure out how to reset the icons to visible = false on a SubmitForm (as the