hi does Shortcuts scripting recognize negative integers?
Im trying to trigger an 'if statement' with a calculated result:
if >0, say A
if 0, say B
if <0, say C
in my shortcut:
before 0, I get A. √
at 0, I get B. √
but after 0 (less than -1, -2, etc), I get A again. (instead of C). X
Im trying to trigger an 'if statement' with a calculated result:
if >0, say A
if 0, say B
if <0, say C
in my shortcut:
before 0, I get A. √
at 0, I get B. √
but after 0 (less than -1, -2, etc), I get A again. (instead of C). X
Last edited: