Hi. We are adding some logic operators pretty soon.
For now, you can use the 2 commands to achieve this:
Compare X > 1207
Compare X < 1254
If X=1210 then both compare commands will PASS. If X=12800, then it will PASS the first one but will FAIL the second.
Please let me know if this helps.