Hello,
i have 2 SharePoint Lists.
SharePointList1 has a lookup column (Multiple Choies) to SharePoint List2.
In SharePointList1, for example, the ID "4;7;43 .." is linked to SharePointList2 in the lookup column.
In a Edit Form this is not a problem and works good:
Edit Form Items | Choices([@Syst_List].PartNumber_with_DESC_(LookUpField)) |
Edit Form DefaultSelectedItems | Gallery_Systlist.Selected.PartNumber_with_DESC_(LookUpField) |
Issue: I want to display these in the gallery in PowerApps, with
..Gallery_Systlist in Template,
Textlabel.Text= ThisItem.PartNumber_with_DESC_(LookUpField)
also tried..
Textlabel.Text= ThisItem.'PartNumber with DESC (LookUpField)'.Value
Textlabel.Text= ThisItem.'PartNumber with DESC (LookUpField): Title'.Text
its not possible!?
Questions: Do you have any idea how the saved value could be displayed in the Gallery?