Hello specialists,
I have made a custom app and added a text field. The app is linked to several tables.
The text field is shown after the user clicks on a item in Gallery_Artikelen.
I want to look up and show the price in table Prijzen, column Price. So I made this formula:
"€ " &
(LookUp('Prijzen'; Artikel_handmatig = Gallery_Artikelen.Selected.'Glas 1'.Value; Prijs)) & " per kg"
The name Artikel_handmatig is a text field.
The Glas 1 is a Choice field. The text in this choice is exactly the same as Artikel_handmatig, double checked.
But, it does not work. Power Apps says .Value is invalid and not recognized.
What is the correct way to lookup a choice value in a different column in a different table?