Do I know any Apple Shortcuts users who can tell me why my options for an “if” action would only be “has any value” and “does not have any value”? I’m retrieving an integer from a hash (a response code) & I’m typing it as an integer at assignment. I just want to check for “200.”
(Update: Figured it out. Once I assign the variable from the response code (e.g. 401, 200), I have to then do a step of “Get numbers” from that variable. At that point, the numbers inform the following “if” statement’s options and I can do a comparison.)