
Announcements
Hi,
I have two tables, Books and Library respectively.
The library table has a Book ID column that is a lookup column and references to the Books table.
I added a gallery control in the app and attached it to the datasource "Library".
When i try adding the Book ID column from the Library table (which references to Books column originally). The gallery does not populate anything.
I have tried using this.
LookUp(Books,ISBN=ThisItem.'Book ID',Author)
Any help would be appreciated.
Hi @UsamaMazhar ,
According to your Description, we created the Data source.
The BookID of formula in the Gallery which Items is Library.
ThisItem.BookID.Name
Author:
LookUp(Books,ThisItem.BookID.Name = Name ,Author)
Hope this will help you,
Best Regards,
Tina