Hello guys, I've got an issue I haven't encountered before.
I have a gallery that is patching after a button press, and currently works fine. However there is no default selection on my Radio button, so if the app gets patched again the previous radio selections create a blank in my SharePoint list.
I thought I could get around this by using ThisItem.Response (this is the field in my SP list my radio button populates).
This does show the previous selection after a patch, however it then fills this selection into all of the other radio buttons, essentially becoming their default value. I find this strange as this doesn't happen with text boxes that also use ThisItem, and as its in a gallery I assume every section of the gallery is independent of each other.
I essentially need a way of a user to submit a response, then after the patch there previous radio selection is shown. Again this works perfectly fine in the comments boxes.
Any advice would be appreciated!
First Entry: (works fine)


After the patch: (response disappears)


If I set the Default to ThisItem.Response.value, it auto fills every gallery item (this doesn't happen with Comments box)
