Hi. i have a dropdown list in SP and it is a combobox in powerapps. i want the value to be submitted
tried setting the default value using both these codes and none work.
LookUp(Choices('MySPlistName'.Status),Value="Submitted")
If(
SharePointForm1.Mode = FormMode.New,
{ Value: "Submitted" },
Parent.Default)

Report
All responses (
Answers (