Hi, I've a SP list with some lookup fields... Now in the PowerApp I have a dropdown to choose something... Then it should display the corresponding values from the other SP list... first I achieved that with Labels. there it was easy: Text = Lookup('lookuplist', Value = DataCardValue.Selected.Value, 'lookuplist.column').
Now I had to redesign the form and want to use the default fields = DataCards
But there I can't use the same....