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)
Solved! Go to Solution.
try your formula on DefaultSelectedItems: {Value : "Submitted"}
try your formula on DefaultSelectedItems: {Value : "Submitted"}
User | Count |
---|---|
257 | |
110 | |
97 | |
52 | |
39 |