hiya,
ive been through a few previous posts but couldn't managed to get this filter to work. im building an inventory app where i have 2 tables products and inventory. the primary key is the product id column,
i have a gallery with all the items the the product table, and then you can click on the item it would display the items for the stock levels etc. so i tried to use this filter Filter('Shoe Inventories', 'Product ID' = GalProducts.Selected.'Product IDs')
i also tried to use this filter too Filter('Shoe Inventories', 'Product ID' = Value(GalProducts.Selected.'Product IDs'))
the error keeps saying its expecting a record table
any suggestions are helpful 🙂
But, it seems to not be working.