I have a modal that pops up when and item is selected (gallery card with check box) I want to add a remove icon so the user can click on the (x) and remove item to selcted a diffent one from the gallery.
The gallery items= Filter(SoS_Card_Gallery1_1.AllItems, Checkbox1_3.Value)
Right now the only way i have it set up to remove a card is to click on the [+Add Sos] button and that closed the modal and you can then check a new compare box or uncheck that box and it removes the gallery card then. I want to be able to just remove the card right from the modal.
The on slects property for the +Add SoS button = UpdateContext({varShopCompareModal_1:false})