I've had this working previously, but somethings happened (I probably happened!) to stop it working...
I have a gallery with a list of stock items, I'm trying to filter a pop-up gallery to show all of those that have the selected item signed out...
I have a global variable of:
Set(varSelected, ItemGallery.Selected.ID)
The button on the main gallery is:
Set(varViewItemsUsers, true); < triggers the popup.
Set(varSelected, ThisItem.ID)
The new gallery is:
LookUp(UsersItemRequests, ID=varSelected && Status="Approved")
This should show a list of users that have selected item signed out but isn't, I've tried with ItemGallery.Selected.ID as well but nothing... I'm not sure what I'm missing or what I've done for it to stop working.
(Works fine for the forms I'm using, just not this gallery for some reason!)
Please help 😂