
I used status as a choice column and set that status as "Open" for default
and if we changed the status to other like open to order won then it is patching to Dataverse table but
In edit mode of form it not showing as Order won it always showing as Open only.
The datacard value not showing other than "Open " if we choose .
Hi @sravanthi_4509 ,
This is because you don't set default value of dropdown when form is in edit mode.
Please try this.
Default of dropdown.
If(Form.DisplayMode=DisplayMode.Edit,Parent.Default,ChoiceTableName.Open)
Best regards,
Rimmon