Hey team - we have some attribute that was unfortunately implemented as either a string or an int and it varies due to a bug. It’s always a number, but sometimes we pass to growthbook as a string (i.e “192381” instead of
192381
)
We’d like to do simple targeting based on int greater-than logic. Is there a way to do this safely through any of the existing Advanced Mode targeting? so that we’re not accidentally comparing an int with a string