Hello to all,
I have 2 galleries:
The first shows the products (SP Product data source) contains descriptions
The second show the Order (data source request) contains quantity and product code
But I want to show other details such as description and pictures but they are part of another data source (IMG_little)
I thought about using Vlookup but it doesn't work well
But my formula doesn't work:
LookUp ('listPrd', ThisItem.CodeProd = Title, 'Long Description')