Is it possible to display a multiple related values in a gallery or a form. For example, I have 2 tables in a sharepoint list, List A and B as attached. I am able to display an item base on a dropdown.
I used
LookUp('List A',PrID=ThisItem.ID, Title)
and this displays only DO.123 on a data card. I would like it to display Both DO.123 and DO.211 either on a data card or a gallery since there is a relationship between both list.
Thanks.