My Powerapp is connected to a SharePoint List to store it's field data. One of the fields is Request Status and it is a Single Line of Text. I have it in my form and want to change it to a dropdown. I have unlocked the Datacard and deleted the single line of text datacard value and then added a dropdown control. I changed the Update Property to ddRequestStatusNew.Selected.Value which is the name of the new dropdown. The default values are 1, 2, and 3. I noticed that the Items property of the dropdown control is set to DropDownSample and obviously this would need to be changed.
I want to replace the DropDownSample with custom values like New, On-Hold, In-Progress, Closed. Can I add this in a formula in PowerApps or do I have to create a custom list in SharePoint and have it point to that list to receive the item choices? I know in infoPath, you could set these values in the dropdown control or you could have the values come from a SP list). For something this simple, I was hoping that the option for managing it in the PowerApps dropdown control would be easier.