I figured out what the issues was here. I used the developer tools in the browser to view that data the was being passed to the baq and noticed that the part number value was including the “?”… so I removed the “?” in the Where clause and then the baq event was able to properly refresh the panel grid filtering on the part number.
I’m not sure why the panel card grid uses the “?” and the baq event does not.