Hi everyone,
I'm facing an issue in my PowerApps app when using a modern form with a dropdown. Here's the situation:
The issue is: when I try to edit a record, the dropdown doesn't select the corresponding option. If I do the same thing in the old (classic) forms, it works perfectly!
Does anyone know how to solve this issue in the modern form?
Thanks!
Options above comes from a base called Base_Valores_Campos:
This is the Customer database, with a record
I added a textbox and putting "ThisItem.Condicao_Representante" and it is bringing the text right from the Customer database. But on the Dropbox it's not matching with a option!!!!
Should a put something on DefaultSelectedItems in this dropbox? Currently it's empty and I tried somethings but it didn't work.
LookUp(
Base_Valores_Campos,
Valor_1 = ThisItem.Condicao_Representante
)
WarrenBelz
146,594
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,928
Most Valuable Professional