Hello all,
requesting help for the following;
In Powerapps I have a dropdown which comes from a SharePoint list,
this column in the SharePoint list get its information from another SharePoint list (lookup).
in Powerapps
I want to set the dropdown value according to an other field automatically.
see screenshot (I want the same value as the datacardvalue have)
the value is available in the dropdown but I dont know how to set this correctly.
I have tried several things with the "DefaultSelectedItems" property but nothing works.
for example I've tried {Value: DataCardValue54.Text}
but this only adds a text value in the dropdown and after submitting the form the column is empty.
also setting a variable for the DataCardValue54 but doesnt work.
I also tried with lookup
LookUp('Interne Bestellungen - Bestellpositionen'; 'Bestell ID_Match'.Value = DataCardValue54.Text)
LookUp('Interne Bestellungen - Bestellpositionen'; 'Bestell ID_Match'.Value = ThisItem.Bestell-ID) etc...
but this doesn't work either
can someone help me achieve this?
Thanks in advance
regards