Hey there friends,
I have this powerapp that works as a form, where based on the selections made in a dropdown, other fields will show or get hidden. Users can use the same form to edit the details of an entry, and might thus un-select items in the dropdown which will result in hidding previously shown fields.
My issue: I am trying to set fields that are/get hidden to a blank value or 0. I've read about the reset function in a few other posts, which basically will reset the fields to the default value (currently: Parent.Default) upon change in the dropdown.
However this will reset the hidden field to the previously saved value and not to blank or zero. If I change the default to Blank(), when I save the form, then later go back to edit, it would make the field blank, because the form resets OnSuccess...
Any tips on how I should approach this?