I feel like I'd solved this already. I had an app, there was something fundamentally wrong with it as no patches of columns from the gallery would work. I could patch a literal value, but was unable to patch any of the gallery fields which absolutely had data in them.
When I'd click a button on the page with the gallery to do the patch, if I examined any of the fields I was attempting to patch they were null within that gallery and I know this because I put them in a variable and they were null. So again, it would patch a literal value like "Hello there" to say a single line text field but it would not patch txtInputNotes which was the field name in the gallery. Nor txtInputNotes.Text nor txtInputNotes.Value. I tried every way possible but it wouldn't text anything but a literal in quotes.
I cut it down so bare that I finally gave up and thought I'd have to build a new gallery. duplicated the page, built new gallery from scratch (well it's a groupby situation so I built 2). I don't know if I can patch yet, just trying to finish the gallery to the point I had it before. Now this new gallery is not hiding the nested gallery items when the parent is not selected. I'm trying EVERYTHING. I checked a video to recall if I did something wrong and in the video the child gallery was hidden simply by putting an IsSelected in the Visible property. Sadly this isn't working for me either. I don't want to pound on this for days and days if there's something fundamentally wrong with this new set of galleries I'm creating. And since I never give up, I will waste days and days until I finally just give up and try again.
ANY suggestions are welcome I'm at wits end and working on my vacation time. very sad.