Hi,
Trying to get the formula right for adding a field to a gallery that is from a different source than the "primary source" of the gallery. This would also involve a query I guess for each record in the gallery.
Basically I have a gallery of Accounts and I want to put the primary contact in to each record in the gallery under the Account Name.
To get that I need to take the name of the account in the current gallery then query a different list and say give me the name of the person who has the same account as above and also has Yes or Tick (Yes No Box) next to the column that says Primary Contact.
My attempt so far is but it contains no queries 'Contact Accounts'[@Contact].Value
For the record the name value in the different list is a lookup from another list.
Thanks in advance for any assistance
Todd