This error shows up in sentry: `invalid literal for int() with base 10: '1__2__3__choice_value'` It seems to be because choices sometimes have a `data_type == 'integer'` despite being a string: 
This error shows up in sentry:
invalid literal for int() with base 10: '1__2__3__choice_value'It seems to be because choices sometimes have a
data_type == 'integer'despite being a string: