You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Within run, $arguments->contains("something") will return false if another argument has been checked first, because something will be the value of the other argument.
The text was updated successfully, but these errors were encountered:
g105b
changed the title
Arguments iterative order should not be used when using contains
Secondary arguments are set as the value of primary arguments
May 31, 2019
Within
run
,$arguments->contains("something")
will return false if another argument has been checked first, because something will be the value of the other argument.The text was updated successfully, but these errors were encountered: