Hi All,
I have a power app that is used to fill in a sharepoint list and columns, there is a column called User_Status which is a choice column and has 3 values in it.
During the input of the values using the power app, I want the Power App to default to one of the value's namely "In Progress" but I'm unable to do this, I'm using this value which should work according to a tutorial but it just gives me errors.
Can Anyone help?
If(Parent.Mode = FormMode.New,{Value: "In progress"}, ThisItem.Priority