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.)?


Report
All responses (
Answers (