Getting error that a valuelist is wrong type

I am trying to use the same value list on a form for two different fields. It is a simple “Yes|1, No|0” static list.

When I try to add it to a 2nd field on a form, I keep getting an error that says “Valuelist: yesno used with different types. The valuelist was already created for type: INTEGER for the dataproviers: email_orders_flg so it can’t be uses also for type: TEXT for the dataprovider: verify_flag. Please check these dataproviders of this valuelist: yesno.”

Both fields I am trying to use it on are INTEGER fields. I am getting this on multiple forms, wherever I try to use it twice.