Hello, I've got a PowerApp with a dropdown in it and I'm trying to put a field of a row inside the Default property of this dropdown but then I gave up and that's why I'm here asking for help. D=
The column I'm trying to reach is a Choice type column in SharePoint.
This is the formula I managed to make so far after 4hours of attempts approximately:
First(Filter(
NameOfSharePointList;
columnTitle = "0001"));
{columnLanguage: {Id: dropdownLanguage.Selected.Id;
Value: dropdownLanguage.Selected.Value}})
From what I know I need to put a Filter function and to reach a specific column in a specific row, but nothing I've tried so far works.
Thanks, ProNewbie.