I have a gallery and several forms to be updated when the gallery item is selected. I have set the displaymodes on forms and buttons to disabled once the entries have been submitted.
The issue is that when I go to select the next item in the gallery, all forms and buttons are disabled. I have set a global variable on item to recognise the ID of the selected item and also added updatecontext and reset on form inputs but it is not working.
How can I tell powerapps to enable all inputs when the next item in the gallery is selected?
Thanks