Hi all,
I have a gallery with products (coming from a SharePoint List (Name: ITEquipment) with ID)
I have another list (Name: Related) with columns EquipID (ID of the product) and RelatedID (compatible product (ID of the product)).
When one product is selected I would like to display all compatible products with the help of the "Related" list.
My formula does not work somehow, maybe someone can assist to get it working?
LookUp(Related,Gallery4.Selected.ID=EquipID,LookUp(ITEquipment, ThisItem.RelatedD=ID).Title)