I have a screen which loads a specific SP list item into a view or edit form. On the first load for this form the choices type fields always contain an additional 'More' concatenated onto the end of the value for that field.

Nothing fancy driving the field: Choices([@'Service Catalogue'].'System Type') as an example.
As soon as you leave and reload the screen with the form on it the 'More' disappears, this behavior is the same on the live form as well as in PowerApp Studio.

The only thing that really happens in that navigation is that the data source is refreshed, but the data source is refreshed on app start as well. I've tried forcing the refresh again prior to loading the form screen but behaves the same - it seems consistent to the first load of the form.
Any thoughts on what else to check?