Thank2 @Rob_G ,
The syntax is below - note you do not have to call the added column the same name as it is in List2
AddColumns(
List01,
"YourAddedName1",
Lookup(
List02,
IDPed1=ID1,
).YourList2Name1,
"YourAddedName2",
Lookup(
List02,
IDPed1=ID1,
).YourList2Name2
)
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.