Hello.
I've created a form that uses a SharePoint choice column to show the status of an item. In the the auto-generated form, this is represented as a dropdown list that queries the SharePoint choice item for four values. I'd like to be able to use a button on the form to change the value of this dropdown and update the item in the form with the new value.

I've succesfully done this with Context variables if the field in SharePoint is a text field (via UpdateContext) but I can't get the same technique to work with the dropdown based on the SP Choice column. When I try, I get an error about trying to set a Record value with a Text context variable. I've searched the forum a good long time and figured I try here before giving up. Anyone have any ideas?