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')
ciao sfortunatamente sono nuovo la sintassi è davvero difficile. Ho provato a replicare la tua formula ma non funziona
Hi @Anonymous
All SharePoint lists have a unique ID column and you can use that for Lookups.
Lookup(list1,ID=ThisItem.list1ID,description)
The foreign key in the second list (in the example, list1ID) points to the primary key in the first list.
WarrenBelz
791
Most Valuable Professional
MS.Ragavendar
410
mmbr1606
275
Super User 2025 Season 1