I've been searching this topic for hours but cannot find a specific use case that's working for me.
I have a PowerApps form that writes to a SharePoint list. There is a specific drop-down that writes to a choice column in the list. I want to maintain it as a drop-down, but under certain circumstances "automate" changing the value.
So the choice column (in SharePoint) is called "Status." The drop-down in PowerApps is called "Status_Combo."
The choice column has three choices: New, In process and Resolved. I already have the DefaultSelectedItems as New so that on creation of a new entry it populates it with that selection. Everything is working fine up to this point.
What I want to add is a pushbutton that, when pressed, does several things (such as incrementing the number in another column), but I also want it to look at the choice column and IF the current value is "New" change it to "In process." I already have the increment part working, but I've tried various combinations of the Patch function for the choice column, but I never see the value update.