Hello all,
I'm pulling out the Record from Sharepoint list, determined by ID and column, but I don't get any data into dropdown.
Does somebody know the reason why not?
I'm struggling to understand the logic behind this.
Thanks in advance!
- Nikola

Hello all,
I'm pulling out the Record from Sharepoint list, determined by ID and column, but I don't get any data into dropdown.
Does somebody know the reason why not?
I'm struggling to understand the logic behind this.
Thanks in advance!
- Nikola
Hi @NidjoJohnny22 ,
For Person columns of SharePoint list, please use a Combo box (allow single or multiple selections based on column settings) rather than Dropdown Control, and use below formula in DefaultSelectedItems property:
LookUp(BuyerList, ID = 1, ResponsibleBuyer)
Best regards,