I currently have a gallery that is set up to pull data on a project from a sharepoint list. Not all fields that I would like to display in this gallery are a part of the data source list, but are a part of another which both share a common ID filed. What would the syntax of a lookup function be to get the value I need based of the shared ID from both lists. This is what I currently have.
LookUp(Newtable,NewtableID0 = ThisItem.gallerysourcetableID,Title)