millions-father-50159
04/20/2022, 6:24 PMstring
-> number
and back and it’s still coming through as a number
in the “Forced Value” rule.
(i.e. our array for the “$in” operator is coming through as [1, 2, 3, 4] instead of [“1”, “2", “3”, “4"])
So all of our forced values aren’t applying for this rules since it’s trying to match the string
we’re providing with a number
.future-teacher-7046
millions-father-50159
04/20/2022, 6:28 PMnumber
-> string
(or vis versa)
• view rule
• view advanced mode
• array shows up as the type you just changed to not the original type.future-teacher-7046