I have an app and have installed buttons to change the records in the gallery. I previously used a drop down, but since I had to move the app to SP from Excel, I figured I'd make some other improvements. The records are appearing in the gallery when I select the applicable button but two other things are not working correctly and I don't know how to fix them.
The New Reviews button "OnSelect" has "UpdateContect ({locSelectedButton:1})". This displays records that are set at status 1 in my SP List. I have a second button for Reassessments that works the same way. Finally, I have an image that displays when the gallery is empty that says "you have no charts to review at this time". It's Visible setting is "If (IsBlank(Gallery8_3),true,false)" so that when the gallery has no records, the image should come up. It's always worked correctly in the past.
First issue: When I click either button, the gallery shows records but the image pops up.
Second issue: I want the form to load the first item from the gallery automatically (which it's always done before with no special formula). If I click the button a second time OR I click the arrow button beside the gallery item, the form loads.


