
Hello,
I have a display form that shows fields from one datasource SP1. How can I display the Choice type column called Column1 from another data source SP2?
I have already tried in the Items property of the data card:
LookUp('SP2', Title=ThisItem.Title).'Column1'
LookUp('SP2', Title=ThisItem.Title, Choices([@'SP2'].'Column 1'))
LookUp('SP2', Title=ThisItem.Title, 'Column1'.Value)
LookUp('SP2'), Title=ThisItem.Title, 'Column 1').'Column 1'
Could it be an issue in my other properties of the data card (display fields, search fields, etc.)?
Hi @hhuynhfm ,
It should simply be
Choices([@'SP2'].'Column 1')
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.
MVP (Business Applications) Visit my blog Practical Power Apps